It is a simple blog project made with Django.
It has following features:
- Login
- Create new posts
- Manage drafts and publish
- Write comments
- Approve Comments before adding to post
- (optional) create virtual env ex. mkvirtualenv mytest_env
- pip install -r requirements.txt
- python manage.py migrate
- Create superuser by python manage.py createsuperuser
- python manage.py runserver and login by superuser