Shall be a simple blog api which can easily be set up with docker and docker-compose.
It has the option to create different users and assign different users different permissions.
The system can be used headless of with an admin panel - for now only django admin panel is available.
virtualenv venvunix:
source venv/bin/activateor
Windows
venv\Scripts\activatepip install -r requirements.txtpython manage.py migratenodemon --ext py --exec "venv\Scripts\activate && python manage.py test"