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.4KB

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