A django static blog for when i need it
Please, have docker installed.
sudo docker build . -t tag-name
tag-name
give your docker image a name
sudo docker run -it tag-name bash
Then, you can use the commands inside the container. TODO: add commands
python manage.py runserver
python manage.py makemigrations
python manage.py migrate
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.