Skip to content

rik/affiliates

 
 

Repository files navigation

Affiliates

This is the new home for the Mozilla affiliates program.

Developer Setup

  1. (Recommended) Set up a virtualenv for the project.
  2. git clone --recursive git://github.com/mozilla/affiliates.git
  3. pip install -r requirements/dev.txt
  4. pip install -r requirements/compiled.txt
  5. Set up a MySQL Database
  6. Copy settings/local.py-dist to settings/local.py and edit it.
    • Enter the connection info for the database you set up.
    • Set DEBUG and DEV both to True.
  7. Create the tables and add the necessary data
    • python manage.py syncdb
    • python manage.py migrate
    • python manage.py syncdata fixtures/sites.json
  8. python manage.py runserver
    • Run python manage.py createsuperuser if you want to create an admin account.

Contributing

Patches are welcome! Affiliates is a playdoh-based web application.

License

This software is licensed under the New BSD License. For more information, read the file LICENSE.

About

A cozy new home for the former SpreadFirefox affiliates program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.2%
  • JavaScript 15.3%
  • Other 0.5%