Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flyers
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chris
flyers
Commits
92de5501
Commit
92de5501
authored
Feb 03, 2017
by
Christophe Siraut
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[breaky] remove ckeditor urls
parent
cb59cbf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
flyers/urls.py
flyers/urls.py
+0
-2
No files found.
flyers/urls.py
View file @
92de5501
...
...
@@ -20,8 +20,6 @@ urlpatterns = patterns('',
# url(r'^$', 'flyers.views.home', name='home'),
# url(r'^blog/', include('blog.urls')),
url
(
r'^admin/'
,
include
(
admin
.
site
.
urls
)),
#url(r'^ckeditor/', include('ckeditor.urls')),
url
(
r'^ckeditor/'
,
include
(
'flyers.urls_ckeditor'
)),
#url(r'^$', TemplateView.as_view(template_name='homepage.html')),
(
r'^i18n/'
,
include
(
'django.conf.urls.i18n'
)),
url
(
r'^$'
,
HomepageDetail
.
as_view
()),
...
...
chris
@chris
mentioned in commit
94055a71
·
Oct 06, 2019
mentioned in commit
94055a71
mentioned in commit 94055a716d1bb9587aa5295a42208db1937a0d8c
Toggle commit list
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