Django blog is simple blog made with Django 3.0.3
Setup project environment with virtualenv and pip.
# Download
$ git clone https://github.com/jakub0301/Django_blog
$ cd Django_blog
# Create virtual environment
$ virtualenv venv
$ source venv/bin/activate
# Install requirements
$ pip install -r requirements.txt
$ cd django_blog/
$ python manage.py runserver
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.