https://github.com/iepathos/evelope
https://github.com/iepathos/evelope
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iepathos/evelope
- Owner: iepathos
- Created: 2015-12-31T15:30:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-31T17:48:28.000Z (over 10 years ago)
- Last Synced: 2024-04-19T15:22:21.720Z (about 2 years ago)
- Language: CSS
- Homepage: http://home.riggle.rocks
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Username - steve
password - bacon
Development Environment Setup
-----------------------------
+ Create Python2.7 virtualenv (virtualenvwrapper recommended)
````
mkproject evelope
````
+ Clone repository
````
git clone https://github.com/solutionspecialist/evelope.git .
````
+ Install dependencies
````
pip install -r requirements.txt
````
+ Run development server
````
./manage.py runserver
````