Skip to content

Commit

Permalink
ck
Browse files Browse the repository at this point in the history
  • Loading branch information
evilbinary committed Oct 8, 2017
1 parent 6427283 commit d1f3514
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions mysite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
'django.contrib.staticfiles',
'blog',
'ckeditor',
'ckeditor_uploader',

)

Expand Down
2 changes: 1 addition & 1 deletion mysite/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
url(r'^blog/', include('blog.urls')),

url(r'^admin/', include(admin.site.urls)),
url(r'^ckeditor/', include('ckeditor.urls')),
url(r'^ckeditor/', include('ckeditor_uploader.urls')),
)+ static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
author='evilbinary',
author_email='rootntsd@gmail.com',
url='http://www.python.org/sigs/distutils-sig/',
install_requires=['Django==1.7','pysqlite','pytz','Markdown>=2.5.1','Pygments>=1.6','MySQL-python','django-admin-bootstrapped==2.1.0','beautifulsoup4>=4.3.2','Pillow','django-ckeditor===5.0.3'],
install_requires=['Django==1.7','pysqlite','pytz','Markdown>=2.5.1','Pygments>=1.6','MySQL-python','django-admin-bootstrapped==2.1.0','beautifulsoup4>=4.3.2','Pillow','django-ckeditor'],
)

0 comments on commit d1f3514

Please sign in to comment.