https://github.com/mervinpraison/fund
Funding
https://github.com/mervinpraison/fund
Last synced: about 1 year ago
JSON representation
Funding
- Host: GitHub
- URL: https://github.com/mervinpraison/fund
- Owner: MervinPraison
- Created: 2019-10-01T12:13:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T22:02:07.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T15:54:26.182Z (over 1 year ago)
- Language: Python
- Homepage: https://praison.com/funding/
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Funding
## Demo
* https://praison.com/funding/
* https://praison.com/funding/newcall/
* **Admin:** https://praison.com/funding/administrator/
## Installation
### Installing Django App
```sh
git clone https://github.com/MervinPraison/Fund.git
cd Fund
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python myapp/manage.py runserver
```
* **Visit:** http://localhost:8000/
* **New Call Page:** http://localhost:8000/newcall/
* **Admin:** http://localhost:8000/funding/administrator/