https://github.com/benoitvallon/flaskr
Based on the Flask tutorial website
https://github.com/benoitvallon/flaskr
Last synced: about 1 year ago
JSON representation
Based on the Flask tutorial website
- Host: GitHub
- URL: https://github.com/benoitvallon/flaskr
- Owner: benoitvallon
- Created: 2015-08-11T17:28:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T18:23:57.000Z (almost 11 years ago)
- Last Synced: 2025-02-13T19:19:24.670Z (over 1 year ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Database creation
```python
$ python
>>> from flaskr import init_db
>>> init_db()
```