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
a0473865
Commit
a0473865
authored
Mar 01, 2014
by
Ben Waters
Browse files
Merge branch 'master' of
https://github.com/srct/advisor
parents
d5923af6
22d987a6
Changes
10
Hide whitespace changes
Inline
Side-by-side
advisor/
automated
/__init__.py
→
advisor/
mainapp
/__init__.py
View file @
a0473865
File moved
advisor/
automated
/admin.py
→
advisor/
mainapp
/admin.py
View file @
a0473865
File moved
advisor/
automated
/models.py
→
advisor/
mainapp
/models.py
View file @
a0473865
File moved
advisor/
automated
/tests.py
→
advisor/
mainapp
/tests.py
View file @
a0473865
File moved
advisor/
automated
/views.py
→
advisor/
mainapp
/views.py
View file @
a0473865
File moved
advisor/manual/__init__.py
deleted
100644 → 0
View file @
d5923af6
advisor/manual/admin.py
deleted
100644 → 0
View file @
d5923af6
from
django.contrib
import
admin
# Register your models here.
advisor/manual/models.py
deleted
100644 → 0
View file @
d5923af6
from
django.db
import
models
# Create your models here.
advisor/manual/tests.py
deleted
100644 → 0
View file @
d5923af6
from
django.test
import
TestCase
# Create your tests here.
advisor/manual/views.py
deleted
100644 → 0
View file @
d5923af6
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