Simple and Clean Blog Application built with Django and styled with Bootstrap.
- Python3
- Django
- Clone the repo
git clone https://github.com/arwildo/blog-space
- add your django secret key to
blogSpace/.local_settings
def key():
return "SECRET_KEY"
- Start the server
python3 manage.py runserver