https://github.com/kanghyojun/alask
alembic + flask boilerplate
https://github.com/kanghyojun/alask
Last synced: over 1 year ago
JSON representation
alembic + flask boilerplate
- Host: GitHub
- URL: https://github.com/kanghyojun/alask
- Owner: kanghyojun
- License: mit
- Created: 2013-09-13T18:38:10.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-02T15:45:28.000Z (almost 12 years ago)
- Last Synced: 2025-02-09T10:30:04.303Z (over 1 year ago)
- Language: Python
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
alask
==========
alask (= al[embic] + [fl]ask) is boilerplate for flask.
Installation
---------------
$ git clone https://github.com/admire93/alask.git alask
$ virtualenv alask_venv
$ . ./alask_venv/bin/activate
$ cd alask
$ pip install .
Usage
---------
First of all, you have to intialize your project with `alaskic` command.
this command will make `your_project` directory,
`manger.py` and `gen.cfg.py` files.
$ mkdir project
$ cd project
$ alaskic --name your_project
alaskic created!!
Now you can use a alembic commands through `manager.py`
$ python manager.py --help