https://github.com/heman/juleljus_backend
https://github.com/heman/juleljus_backend
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/heman/juleljus_backend
- Owner: HeMan
- Created: 2016-12-25T16:30:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T14:05:48.000Z (over 8 years ago)
- Last Synced: 2025-01-19T11:29:17.110Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the backend for the juleljus project.
# Set up
```bash
virtualenv .
. bin/activateh
pip install -r packages
```