https://github.com/caged/citylist
https://github.com/caged/citylist
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/caged/citylist
- Owner: caged
- Created: 2017-04-28T14:43:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T20:32:06.000Z (about 9 years ago)
- Last Synced: 2025-01-20T10:48:30.829Z (over 1 year ago)
- Language: Python
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
**Sync data**
```shell
./script/run python app/config/daily.py
```
**Hacky local dev w/ live reload**
```
```shell
pip install -r requirements.txt
gunicorn --config="app/config/gunicorn.py" --reload app:app --pid=gunicorn.pid
script/watch
```
#### Run migrations
```
script/dbmigrate
```
#### Autogenerate migrations
```
./script/app-env alembic revision --autogenerate
```