Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Math game developed in a programming course at Sør-Trøndelag University College

Notifications You must be signed in to change notification settings

mpolden/hist-mattespill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Begynn å skrive docstrings!

http://epydoc.sourceforge.net/epytext.html

For å sette navn og mail på innsjekingene:
git config --global user.name "Tekkub"
git config --global user.email "tekkub@gmail.com"

For å commite:
git pull && git commit -m"I'm lazy" -a && git push

For å update:
git pull

HVIS DU FUCKA OPP OG KLARTE Å SKRIVE RM OG VIL TILBAKE (OBS! Forkaster alle dine endringer):
git reset --hard origin

Sync db:
rm main.sqlite (just in case)
pythn manage.py syncdb (svar no på superuser)

Testserver:
python manage.py runserver

Kjør enhetstester:
python manage.py test

Dump database:
python manage.py dumpdata --exclude=contenttypes > initial_data.json

Databaseshell:
python manage.py dbshell

Pythonshell med Django env:
python manage.py shell

About

Math game developed in a programming course at Sør-Trøndelag University College

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published