Skip to content

djaodjin/djaodjin-answers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjaoDjin answers

The Django app implements a simple questions/answers forum where questions can be followed and upvoted.

Five minutes evaluation

The source code is bundled with a sample django project.

$ virtualenv *virtual_env_dir*
$ cd *virtual_env_dir*
$ source bin/activate
$ git clone https://github.com/djaodjin/djaodjin-answers.git
$ pip install -r requirements.txt

$ python manage.py syncdb
$ python manage.py runserver

# Visit url at http://localhost:8000/

About

Django app for a Q&A site

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •