Skip to content

dwhuang/slap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slap

Relevant Files

  • slapmaster/models.py

Database schema. If you make any changes to this file you must do the following to synchronize models.py and the database.

./manage.py makemigrations slapmaster
./manage.py migrate
  • slapmaster/urls.py

Definition of what URLs call which views.

  • slapmaster/views.py

Definition of views. This is likely to be the place you code any backend logic.

  • slapmaster/templates/slapmaster/*.html

HTML templates used by views.

Installation

  1. install Python 2.7 + Django 1.7. Let's use sqlite for now so no need to install database.
  2. clone this project
  3. pip install authomatic
  4. ./manage.py migrate

Debugging

  1. ./manage.py runserver
  2. browse http://localhost:8000/slapmaster

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •