Skip to content

Commit

Permalink
Added the django project with db and basic start page
Browse files Browse the repository at this point in the history
  • Loading branch information
dhasegan committed Jan 26, 2014
1 parent a118ab0 commit afa7d23
Show file tree
Hide file tree
Showing 26 changed files with 10,072 additions and 0 deletions.
Empty file added app/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions app/models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.db import models

# Create your models here.
Loading

0 comments on commit afa7d23

Please sign in to comment.