Skip to content

tdmitriy/django_comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django web app with threaded comments and facebook authorization via allauth

Build Status

How to setup

  1. git clone and go to the project folder
  2. setup your virtualenv virtualenv env
  3. install project libs/frameworks pip install -r requirements.txt
  4. run django migrations python manage.py migrate
  5. create superuser python manage.py createsuperuser
  6. follow allauth instructions and setup your project
  7. next you need to create aplication in facebook developer account and configure it.
  8. after that, you need to go to the django admin panel and change the existing site in Site model from example.com to your project url, for example localhost:8000
  9. in the current admin panel go to the Social application model and select your site from prev step and then configure it with your facebook app id, secret key and poll down your site from Available sites to Choosen sites. Save.
  10. That's it.

Working DEMO

About

Django task - threaded comments with Facebook authorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published