Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Web - Open
drf-sqla
Commits
9eeaf82b
Commit
9eeaf82b
authored
Sep 16, 2014
by
Miroslav Shubernetskiy
Browse files
adding djangorest_alchemy to path for example project
parent
d25669e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/manage.py
View file @
9eeaf82b
...
...
@@ -3,6 +3,8 @@ import os
import
sys
if
__name__
==
"__main__"
:
sys
.
path
.
append
(
os
.
path
.
abspath
(
os
.
path
.
join
(
__file__
,
'..'
)))
os
.
environ
.
setdefault
(
"DJANGO_SETTINGS_MODULE"
,
"settings"
)
from
django.core.management
import
execute_from_command_line
...
...
Write
Preview
Supports
Markdown
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