Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
advisor
Commits
d023f81d
Commit
d023f81d
authored
Mar 01, 2014
by
Daniel W Bond
Browse files
recreated naming stuff
parent
102ce88f
Changes
10
Hide whitespace changes
Inline
Side-by-side
advisor/
automated
/__init__.py
→
advisor/
mainapp
/__init__.py
View file @
d023f81d
File moved
advisor/
automated
/admin.py
→
advisor/
mainapp
/admin.py
View file @
d023f81d
File moved
advisor/
automated
/models.py
→
advisor/
mainapp
/models.py
View file @
d023f81d
File moved
advisor/
automated
/tests.py
→
advisor/
mainapp
/tests.py
View file @
d023f81d
File moved
advisor/
automated
/views.py
→
advisor/
mainapp
/views.py
View file @
d023f81d
File moved
advisor/manual/__init__.py
deleted
100644 → 0
View file @
102ce88f
advisor/manual/admin.py
deleted
100644 → 0
View file @
102ce88f
from
django.contrib
import
admin
# Register your models here.
advisor/manual/models.py
deleted
100644 → 0
View file @
102ce88f
from
django.db
import
models
# Create your models here.
advisor/manual/tests.py
deleted
100644 → 0
View file @
102ce88f
from
django.test
import
TestCase
# Create your tests here.
advisor/manual/views.py
deleted
100644 → 0
View file @
102ce88f
from
django.shortcuts
import
render
# Create your views here.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment