https://github.com/okfde/froide-theme
Base theme for Froide
https://github.com/okfde/froide-theme
fragdenstaat
Last synced: 6 months ago
JSON representation
Base theme for Froide
- Host: GitHub
- URL: https://github.com/okfde/froide-theme
- Owner: okfde
- License: mit
- Created: 2013-12-13T11:19:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T02:30:44.000Z (over 2 years ago)
- Last Synced: 2024-04-14T20:15:35.601Z (over 2 years ago)
- Topics: fragdenstaat
- Language: Python
- Size: 152 KB
- Stars: 3
- Watchers: 19
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Froide Base Theme
This is a basic Django project with a theme app that plugs into [Froide](https://github.com/stefanw/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.](http://froide.readthedocs.org/en/latest/herokudeployment/)
## License
Froide Theme is licensed under the MIT License.