PageRenderTime 57ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/README

https://code.google.com/p/mango-py/
#! | 46 lines | 30 code | 16 blank | 0 comment | 0 complexity | 5562b37f903cbf61bf7f9e63a721aa4c MD5 | raw file
Possible License(s): BSD-3-Clause
  1. Django is a high-level Python Web framework that encourages rapid development
  2. and clean, pragmatic design.
  3. All documentation is in the "docs" directory and online at
  4. http://docs.djangoproject.com/en/dev/. If you're just getting started, here's
  5. how we recommend you read the docs:
  6. * First, read docs/intro/install.txt for instructions on installing Django.
  7. * Next, work through the tutorials in order (docs/intro/tutorial01.txt,
  8. docs/intro/tutorial02.txt, etc.).
  9. * If you want to set up an actual deployment server, read
  10. docs/howto/deployment/index.txt for instructions.
  11. * You'll probably want to read through the topical guides (in docs/topics)
  12. next; from there you can jump to the HOWTOs (in docs/howto) for specific
  13. problems, and check out the reference (docs/ref) for gory details.
  14. * See docs/README for instructions on building an HTML version of the docs.
  15. Docs are updated rigorously. If you find any problems in the docs, or think they
  16. should be clarified in any way, please take 30 seconds to fill out a ticket
  17. here:
  18. http://code.djangoproject.com/newticket
  19. To get more help:
  20. * Join the #django channel on irc.freenode.net. Lots of helpful people
  21. hang out there. Read the archives at http://botland.oebfare.com/logger/django/.
  22. * Join the django-users mailing list, or read the archives, at
  23. http://groups.google.com/group/django-users.
  24. To contribute to Django:
  25. * Check out http://www.djangoproject.com/community/ for information
  26. about getting involved.
  27. To run Django's test suite:
  28. * Follow the instructions in the "Unit tests" section of
  29. docs/internals/contributing.txt, published online at
  30. https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests