2017-07-21 15:59:27 -04:00
2017-05-06 22:38:49 -04:00
2017-05-06 22:38:49 -04:00
2017-05-06 22:40:28 -04:00
2017-05-06 22:38:49 -04:00
2017-05-06 22:38:49 -04:00

code_examples_server

Prototype server for creating interactive "try SPARK / try Ada" webpages

Getting started

To setup, do this:

virtualenv env
pip install -r REQUIREMENTS.txt
 ./manage.py makemigrations
 ./manage.py migrate

To enter some examples in the database, do this:

./manage.py fill_examples --dir=resources/example/a

To launch the server, do this:

./manage.py runserver
Description
No description provided
Readme 408 KiB
Languages
Python 91.7%
HTML 4.5%
Makefile 1.3%
Ada 0.9%
Shell 0.9%
Other 0.7%