Getting Started
Prerequisites
Sweetter3 is a server side application with multiple front-ends, but the main client is a web front-end. The server-side code and the web client are written in python 2.6 and use the Django 1.1 framework.
Sweetter3 uses the Python Imaging Library (PIL) for managing images. We assume that you have this installed.
Checking Out the Code
We use gitorious for versioning our source code.
http://gitorious.org/sweetter/sweetter
For developers get the code using git:
git clone http://git.gitorious.org/sweetter/sweetter.git
Running the Code Locally
Insert into the directory sweetter that you just checked out.
Edit the settings.py file, and edit the variable DATABASE_NAME.
Create the database by running
manage.py syncdb
Run
manage.py runserver
Point your browser to http://localhost:8000/sweetter and you should see the main page.
Contribute!
Now you're ready to Contribute.
