Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lensvol/kastrull
Resource management tool
https://github.com/lensvol/kastrull
Last synced: 13 days ago
JSON representation
Resource management tool
- Host: GitHub
- URL: https://github.com/lensvol/kastrull
- Owner: lensvol
- Created: 2016-01-22T16:31:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T13:54:27.000Z (almost 9 years ago)
- Last Synced: 2024-11-10T13:13:12.352Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# KASTRULL
## Installation
1. `$ pip install -r requirements.txt`
2. `$ python`
3. `>>> from app import db`
4. `>>> db.create_all()`## Project start
1. `$ source venv/bin/activate`
2. `$ python hello.py`