-
Notifications
You must be signed in to change notification settings - Fork 3
mareksom/probset
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. This site requires Python 3. 2. Install Django framework: > pip install Django==1.6.2 3. Install Pygments package for coloring code on site: > pip install pygments 4. From external site http://code.google.com/p/postmarkup/downloads/list, download postmarkup-1.2.0.tar.gz and install: > tar xzf postmarkup-1.2.0.tar.gz > cd postmarkup-1.2.0 > python3 setup.py install 5. Setup django project: > ./manage.py syncdb In this step you should create a superuser. 6. Run temporary server: > ./manage.py runserver
About
Problemset
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published