Skip to content

ramanan12345/mezzanine_project

 
 

Repository files navigation

To get this running locally, here are the commands::

	$ git clone git://github.com/djangozoom/mezzanine_project.git
	$ cd mezzanine_project
	$ virtualenv .
	$ source bin/activate
	(mezzanine_project)$ pip install -r requirements.txt
        ...
	$ cd example_project
	$ python manage.py syncdb
	$ python manage.py runserver

About

Sample project for Mezzanine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published