https://github.com/rochacbruno/flask_admin_example
FlaskConf 2018 talk code
https://github.com/rochacbruno/flask_admin_example
Last synced: 3 months ago
JSON representation
FlaskConf 2018 talk code
- Host: GitHub
- URL: https://github.com/rochacbruno/flask_admin_example
- Owner: rochacbruno
- Created: 2018-08-25T04:19:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T16:29:38.000Z (over 6 years ago)
- Last Synced: 2024-12-23T19:15:11.730Z (4 months ago)
- Language: Python
- Homepage: http://bit.ly/palestraflaskadmin
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rochacbruno/flask_admin_example - FlaskConf 2018 talk code (Python)
README
# Flask Admin Example
```bash
git clone https://github.com/rochacbruno/flask_admin_example
cd flask_admin_example
python3.6 -m venv venv
source venv/bin/activatepip install -r requirements.txt
flask run
```Access http://localhost:5000/admin
- Username: admin
- Password secretSlides: http://bit.ly/palestraflaskadmin
More in:
http://bit.ly/tutorialflaskconf