This is the development buildout script for LFS.
It will create a complete developement evironment for LFS.
LFS is an online shop based on Python, Django and jQuery.
-
Check it out from GitHub
$ git clone git@github.com:diefenbach/lfs-buildout-development.git
-
Change to the directory
$ cd lfs-buildout-development
-
Bootstrap buildout
$ python bootstrap.py
-
Run buildout
$ bin/buildout -v
-
Enter your database settings into lfs_project/settings.py
-
Sync your database
$ bin/django syncdb
-
Initialize LFS
$ bin/django lfs_init
-
Start server
$ bin/django runserver
-
Browse to LFS
- Official page http://www.getlfs.com/
- Documentation on PyPI http://packages.python.org/django-lfs/index.html
- Releases on PyPI http://pypi.python.org/pypi/django-lfs
- Source code on GitHub https://github.com/diefenbach/django-lfs
- Google Group http://groups.google.com/group/django-lfs
- lfsproject on Twitter http://twitter.com/lfsproject
- IRC irc://irc.freenode.net/django-lfs