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.

METADATA 3.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. Metadata-Version: 2.1
  2. Name: Django
  3. Version: 2.1
  4. Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
  5. Home-page: https://www.djangoproject.com/
  6. Author: Django Software Foundation
  7. Author-email: foundation@djangoproject.com
  8. License: BSD
  9. Project-URL: Documentation, https://docs.djangoproject.com/
  10. Project-URL: Funding, https://www.djangoproject.com/fundraising/
  11. Project-URL: Source, https://github.com/django/django
  12. Project-URL: Tracker, https://code.djangoproject.com/
  13. Platform: UNKNOWN
  14. Classifier: Development Status :: 5 - Production/Stable
  15. Classifier: Environment :: Web Environment
  16. Classifier: Framework :: Django
  17. Classifier: Intended Audience :: Developers
  18. Classifier: License :: OSI Approved :: BSD License
  19. Classifier: Operating System :: OS Independent
  20. Classifier: Programming Language :: Python
  21. Classifier: Programming Language :: Python :: 3
  22. Classifier: Programming Language :: Python :: 3.5
  23. Classifier: Programming Language :: Python :: 3.6
  24. Classifier: Programming Language :: Python :: 3.7
  25. Classifier: Programming Language :: Python :: 3 :: Only
  26. Classifier: Topic :: Internet :: WWW/HTTP
  27. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
  28. Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
  29. Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
  30. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  31. Requires-Python: >=3.5
  32. Provides-Extra: argon2
  33. Provides-Extra: bcrypt
  34. Requires-Dist: pytz
  35. Provides-Extra: argon2
  36. Requires-Dist: argon2-cffi (>=16.1.0); extra == 'argon2'
  37. Provides-Extra: bcrypt
  38. Requires-Dist: bcrypt; extra == 'bcrypt'
  39. Django is a high-level Python Web framework that encourages rapid development
  40. and clean, pragmatic design. Thanks for checking it out.
  41. All documentation is in the "``docs``" directory and online at
  42. https://docs.djangoproject.com/en/stable/. If you're just getting started,
  43. here's how we recommend you read the docs:
  44. * First, read ``docs/intro/install.txt`` for instructions on installing Django.
  45. * Next, work through the tutorials in order (``docs/intro/tutorial01.txt``,
  46. ``docs/intro/tutorial02.txt``, etc.).
  47. * If you want to set up an actual deployment server, read
  48. ``docs/howto/deployment/index.txt`` for instructions.
  49. * You'll probably want to read through the topical guides (in ``docs/topics``)
  50. next; from there you can jump to the HOWTOs (in ``docs/howto``) for specific
  51. problems, and check out the reference (``docs/ref``) for gory details.
  52. * See ``docs/README`` for instructions on building an HTML version of the docs.
  53. Docs are updated rigorously. If you find any problems in the docs, or think
  54. they should be clarified in any way, please take 30 seconds to fill out a
  55. ticket here: https://code.djangoproject.com/newticket
  56. To get more help:
  57. * Join the ``#django`` channel on irc.freenode.net. Lots of helpful people hang out
  58. there. Read the archives at https://botbot.me/freenode/django/. See
  59. https://en.wikipedia.org/wiki/Wikipedia:IRC/Tutorial if you're new to IRC.
  60. * Join the django-users mailing list, or read the archives, at
  61. https://groups.google.com/group/django-users.
  62. To contribute to Django:
  63. * Check out https://docs.djangoproject.com/en/dev/internals/contributing/ for
  64. information about getting involved.
  65. To run Django's test suite:
  66. * Follow the instructions in the "Unit tests" section of
  67. ``docs/internals/contributing/writing-code/unit-tests.txt``, published online at
  68. https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests