Skip to content

tudor1805/source_dot_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

source_dot_code

Online Compiler Service Inspired from http://codepad.org/

TODO - complete build & deployment guide

Django documentation: https://docs.djangoproject.com/en/dev/intro/tutorial01/

Django cheat sheet: django-admin.py startproject mysite python manage.py runserver python manage.py migrate python manage.py startapp polls python manage.py makemigrations code_build/

python manage.py syncdb
python manage.py sql polls
python manage.py validate
python manage.py shell