Add "restcms" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'reversion', # dependent 'restcms', )
Include the restcms URLconf in your project urls.py like this:
url(r'^restcms/', include('restcms.urls')),
Run python manage.py migrate to create the restcms models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a page (you'll need the Admin app enabled).
Visit http://127.0.0.1:8000/restcms/{{ path }}.
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
fork from https://bitbucket.org/pyconjp/django-restcms
License
osmfj/django-restcms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Releases
No releases published
Packages 0
No packages published