An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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/activate

pip install -r requirements.txt

flask run
```

Access http://localhost:5000/admin

- Username: admin
- Password secret

Slides: http://bit.ly/palestraflaskadmin

More in:
http://bit.ly/tutorialflaskconf