Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 476 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 476 Bytes

Froide Base Theme

This is a basic Django project with a theme app that plugs into Froide.

Get started easily

In a Python virtualenv run:

pip install -r requirements.txt -e .
python manage.py syncdb --migrate
python manage.py runserver

Here is a complete guide of how to set this up on Heroku.

License

Froide Theme is licensed under the MIT License.