-
Notifications
You must be signed in to change notification settings - Fork 0
jaker/cutecode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
cuteco.de ========= Installation ------------ Download the latest pinax-boot.py script (put this in the same directory as this README):: $ curl -O http://github.com/pinax/pinax/raw/master/scripts/pinax-boot.py Create a virtual environment with the downloaded script:: $ python pinax-boot.py --development ./pinax-env $ source ./pinax-env/bin/activate (pinax-env)$ The last step to pull down the external apps and libraries. To do this run:: (pinax-env)$ cd ./pinax-env/ (pinax-env)$ pip install --requirement src/pinax/requirements/external_apps.txt Initial Setup ------------- Setup the database, like in any other Django project. (pinax-env)$ cd ./cutesite/ (pinax-env)$ python manage.py syncdb (pinax-env)$ python manage.py runserver Adding Languages ---------------- Add some languages to the database to test with. Run this script in the 'cutesite' directory. (pinax-env)$ python ../scripts/initalsetup.py Testing ------- 1. Browse to http://localhost:8000/cute/add/
About
Small code posting site
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published