/django-static-blog

Primary LanguageDockerfileMIT LicenseMIT

django-static-blog

A django static blog for when i need it

Installation

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

Usage

python manage.py runserver
python manage.py makemigrations
python manage.py migrate

Contributing

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.

License

MIT