Add documentation and source

Added documentation, source and extra files.
This commit is contained in:
2025-07-02 20:26:50 +02:00
parent 4fc1d36a10
commit e3ebf6bf4f
295 changed files with 24986 additions and 0 deletions

13
source/requirements.txt Normal file
View File

@ -0,0 +1,13 @@
django<4.3 # Our web framework
dj-cmd # Tool to ease command line with django
django-annoying # for render decorator
black # code auto-format
aiohttp # dependency for blackd
aiohttp-cors # dependency for blackd
pytz # timezone management
pillow # image management
jupyter # notepad for python
ipython # advanced python shell
django-extensions # extensions for Django
pymemcache # to demonstrate caching