batt0s / django-simple-blog-app

Django powered simple blog application written in Python 3.7.2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-simple-blog-app

Django powered simple blog application written in Python 3.7.2. Technologies used : Python, Django, SQLite, Bootstrap, JQuery.

Video of app

How to Use :


To install packages you need:
1 - cd to directory where requirements.txt
2 - run
pip3 install -r requirements.txt
in your shell

Now you can run the app :
1 - cd to directory where manage.py
2 - run
python3 manage.py runserver
in your shell

To create superuser account :
1 - cd to directory where manage.py
2 - run
python3 manage.py createsuperuser
in your shell

About

Django powered simple blog application written in Python 3.7.2.


Languages

Language:JavaScript 53.9%Language:CSS 38.3%Language:HTML 4.3%Language:Python 3.5%