This is a Blog Application Created using Django Framework along with Bootstrap and CSS.
It Supports the Following Functionality
- Create, Update and Delete Posts
- Edit/Update User Profile
- Sort Blogs by User
- Social Login Via Google
Notable Technologies/Frameworks
- Python - Django Framework
- HTML5 and CSS
- Bootstrap
- SocialAuth - Google OAUTH
- Amazon S3 Storage
This website has been deployed using
- Amazon EC2 Instance
- Apache2
Github Repository for this project can be found here
The Deployed website can be accessed here
First clone the repository from Github and switch to the new directory:
$ git clone git@github.com:dpsingh287/blogapp-django.git
$ cd blogapp-django
Activate the virtualenv for your project.
Install project dependencies:
$ pip install -r requirements/local.txt
Then simply apply the migrations:
$ python manage.py migrate
You can now run the development server:
$ python manage.py runserver


