Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

zgohr/Django-CMS-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use virtualenvwrapper to keep your python environments isolated.

http://www.doughellmann.com/projects/virtualenvwrapper/

This is a sample project of Django-CMS with Django 1.4 It makes a mighty assumption that the closest implementation of Django-CMS being compatible with Django version 1.4 is

https://github.com/tback/django-cms/tree/django_1.4_compatibility/here_be_dragons

You'll also need to have sqlite3 installed

sudo apt-get install sqlite3 libsqlite3-dev

Once you are in an isolated python environment

pip install -r requirements.txt

cd app/

./manage.py syncdb --all

./manage.py migrate --fake

./manage.py runserver

About

Example project using Django-CMS and Django 1.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published