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
roomlist
Commits
c5bffaca
Commit
c5bffaca
authored
May 23, 2017
by
Daniel W Bond
Browse files
another import error from moving things to core/
parent
896b04fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/views.py
View file @
c5bffaca
...
...
@@ -24,7 +24,6 @@ from ratelimit.decorators import ratelimit
# imports from your apps
from
.models
import
Student
,
Major
,
Confirmation
from
.forms
import
StudentUpdateForm
,
FarewellFeedbackForm
from
.student_messages
import
return_messages
from
housing.models
import
Room
from
core.utils
import
shadowbanning
,
on_the_same_floor
,
pk_or_none
...
...
roomlist/
accounts
/student_messages.py
→
roomlist/
core
/student_messages.py
View file @
c5bffaca
File moved
roomlist/core/utils.py
View file @
c5bffaca
...
...
@@ -14,6 +14,7 @@ from django.core.urlresolvers import reverse
from
cas.views
import
login
as
cas_login
# imports from your apps
from
accounts.models
import
Student
from
.student_messages
import
return_messages
def
custom_cas_login
(
request
,
*
args
,
**
kwargs
):
...
...
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