Skip to content

shoabbos/codequiz-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

codequiz-server

Simple django app for source-code related quizzes

for testing:

python manage.py runserver

--> http://127.0.0.1:8000/

Dependencies:

###Django apps If you don't have these modules already:

django-generic-ratings
django-jquery
django-taggit-autosuggest
django-feedback (don't use pip for this one, it's included in the repo)
Django-MathJax
django-ace (also: don't use pip, it's too old, therefore it's included)

(optional: pip install ipython)

To deploy the static files on the production server, you have to set the right path for STATIC_ROOT in codequiz/static_root.py, then run python manage.py collectstatic. In settings.py there is some code that will conditionally load the server specific setting, which should not be in the git repository.

jQuery and Plugins

jQuery Star Rating Plugin
You need jQuery + jQueryUI as well
All of this is already in the repository, or linked from an external source. No need to add anything.

About

webapp for code-centred quiz-tests

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 48.3%
  • JavaScript 26.4%
  • HTML 15.9%
  • CSS 9.4%