Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DESCRIPTION.rst 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Django is a high-level Python Web framework that encourages rapid development
  2. and clean, pragmatic design. Thanks for checking it out.
  3. All documentation is in the "``docs``" directory and online at
  4. https://docs.djangoproject.com/en/stable/. If you're just getting started,
  5. here's 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
  16. they should be clarified in any way, please take 30 seconds to fill out a
  17. ticket here: https://code.djangoproject.com/newticket
  18. To get more help:
  19. * Join the ``#django`` channel on irc.freenode.net. Lots of helpful people hang out
  20. there. Read the archives at https://botbot.me/freenode/django/.
  21. * Join the django-users mailing list, or read the archives, at
  22. https://groups.google.com/group/django-users.
  23. To contribute to Django:
  24. * Check out https://docs.djangoproject.com/en/dev/internals/contributing/ for
  25. information about getting involved.
  26. To run Django's test suite:
  27. * Follow the instructions in the "Unit tests" section of
  28. ``docs/internals/contributing/writing-code/unit-tests.txt``, published online at
  29. https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests