• Stars
    star
    113
  • Rank 310,115 (Top 7 %)
  • Language
    JavaScript
  • Created over 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Django Blog App

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!