Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mervinpraison/fund
Funding
https://github.com/mervinpraison/fund
Last synced: about 2 months ago
JSON representation
Funding
- Host: GitHub
- URL: https://github.com/mervinpraison/fund
- Owner: MervinPraison
- Created: 2019-10-01T12:13:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T22:02:07.000Z (over 3 years ago)
- Last Synced: 2024-04-15T23:02:21.597Z (9 months 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/