Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campaign
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
piphone
campaign
Commits
d1b44bda
Commit
d1b44bda
authored
Feb 27, 2017
by
okhin
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding drf docs to /docs/
parent
2b3b9646
Pipeline
#888
failed with stages
in 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
picampaign/urls.py
picampaign/urls.py
+2
-1
setup.py
setup.py
+2
-1
No files found.
picampaign/urls.py
View file @
d1b44bda
...
...
@@ -27,5 +27,6 @@ urlpatterns = [
url
(
r'^admin/'
,
include
(
admin
.
site
.
urls
)),
url
(
r'^'
,
include
(
router
.
urls
)),
url
(
r'^'
,
include
(
campaign_router
.
urls
)),
url
(
r'^i18n/'
,
include
(
'django.conf.urls.i18n'
))
url
(
r'^i18n/'
,
include
(
'django.conf.urls.i18n'
)),
url
(
r'^docs/'
,
include
(
'rest_framework_docs.url'
))
]
setup.py
View file @
d1b44bda
...
...
@@ -9,6 +9,7 @@ requires = [
'django'
,
'djangorestframework'
,
'drf-nested-routers'
,
'drfdocs'
,
'django-modeltranslation'
,
'requests'
,
'pillow'
,
...
...
@@ -16,7 +17,7 @@ requires = [
setup
(
name
=
'picampaign'
,
namespace_packages
=
[
'picampaign'
],
version
=
'0.
0.5
'
,
version
=
'0.
1.0
'
,
description
=
'PiPhone Campaign Manager.'
,
long_description
=
README
,
classifiers
=
[
"Programming Language :: Python"
],
...
...
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