Skip to content

Commit

Permalink
split models
Browse files Browse the repository at this point in the history
  • Loading branch information
jhwj9617 committed Mar 27, 2015
1 parent 9ea3790 commit 73c5fc2
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mukmuks/myproject/admin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.contrib import admin

# Register your models here.
from myproject.models import User
from myproject.models.user import User


admin.site.register(User)
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion mukmuks/myproject/views.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.shortcuts import render
from myproject.models import User
from myproject.models.user import User
import datetime

# Create your views here.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Django==1.7.7
django-toolbelt==0.0.1
gunicorn==19.3.0
psycopg2==2.6
static3==0.5.1
static3==0.5.1
Binary file modified runtime.txt
Binary file not shown.

0 comments on commit 73c5fc2

Please sign in to comment.