/myblog

My Blog based on django framework

Primary LanguageJavaScript

myblog

A blog web application for posting blog with commenting feature. It uses email verification method.

Deployed at : userimack.pythonanywhere.com

To use this app follow the steps:

  1. Install the requirements in a virtual environment using: pip install -r requirements.txt

  2. Then use: python manage.py migrate , for creating the database

  3. Fill the google and other api for using the sign in button by creating an app in the respective site for further info read django-allauth documentation.

  4. Great! now you will have a working copy of this app.