mustafamuratcoskun / django-blog-app

Django Blog App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clone This Project (Make Sure You Have Git Installed)

https://github.com/mustafamuratcoskun/DjangoBlogApp.git

Install Dependencies

pip install -r requirements.txt

Set Database (Make Sure you are in directory same as manage.py)

python manage.py makemigrations
python manage.py migrate

Create SuperUser

python manage.py createsuperuser

After all these steps , you can start testing and developing this project.

That's it! Happy Coding!

About

Django Blog App


Languages

Language:JavaScript 54.5%Language:CSS 38.0%Language:HTML 4.5%Language:Python 3.0%