Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanlawrence/fundraiser-thermometer
A Django-based fundraising thermometer with an easy admin interface.
https://github.com/nathanlawrence/fundraiser-thermometer
Last synced: about 1 month ago
JSON representation
A Django-based fundraising thermometer with an easy admin interface.
- Host: GitHub
- URL: https://github.com/nathanlawrence/fundraiser-thermometer
- Owner: NathanLawrence
- Created: 2015-10-24T19:45:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T23:51:24.000Z (about 9 years ago)
- Last Synced: 2024-10-07T16:14:12.462Z (about 1 month ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Fundraiser-Thermometer
A simple thermometer application for creating animated calls to action for fundraising campaigns.
Originally created for the Fall 2015 KBIA pledge drive.
## Deployment Instructions
1. Clone the full repository.
2. Modify the variables.less and fonts.less file to suit your needs.
3. Recompile and minify the less files (by compiling from index.less) to therm-dist-min.css.
4. Copy files into an existing Django project in a new folder named “thermometer.” Add the app name “thermometer” to your settings.py.
5. Copy the files in place_in_project to your main project folder. Make sure the folder “thermometer/static” and its contents are being passed through the main URL structure.
6. Access the thermometer admin in the typical Django admin interface by going to your.url/admin.