Skip to content

Lets you create pages and manage their content from the Django admin. Implements django-flexible-content, so you can more easily mix different content on the same page.

Notifications You must be signed in to change notification settings

hjkelly/django-flexible-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run your own demo:

Optional Steps (for cleanliness):
    sudo easy_install pip
    sudo pip install virtualenv
    sudo pip install virtualenvwrapper
    source /usr/local/bin/virtualenvwrapper.sh  # For simplicity; there are better ways for the long-term.
    mkvirtualenv flexible_pages_demo

Necessary steps:
    git clone https://github.com/hjkelly/django-flexible-pages.git
    cd django-flexible-pages
    pip install -r requirements.txt  # May require `sudo`, if you aren't in a virtualenv.
    python manage.py runserver
    Go to http://localhost:8000/ to see the page.
    Go to http://localhost:8000/admin/pages/page/1/ to see its admin view (username and password are both 'test').

About

Lets you create pages and manage their content from the Django admin. Implements django-flexible-content, so you can more easily mix different content on the same page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages