You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
margine | 4 months ago | |
.gitignore | 4 months ago | |
LICENSE | 4 months ago | |
MANIFEST.in | 4 months ago | |
README.md | 4 months ago | |
setup.py | 4 months ago |
README.md
margine
Install
Create a virtualenv and activate it:
$ python -m venv venv
$ . venv/bin/activate
Install margine:
$ pip install -e .
Run
$ flask --app margine init-db
$ flask --app margine --debug run