https://github.com/mariofix/frameworks-skeleton
A list of my current skeletons for different projects, mostly in python
https://github.com/mariofix/frameworks-skeleton
django django-admin django-baton flask flask-admin flask-admin-boilerplate poetry python quart
Last synced: 2 months ago
JSON representation
A list of my current skeletons for different projects, mostly in python
- Host: GitHub
- URL: https://github.com/mariofix/frameworks-skeleton
- Owner: mariofix
- License: mit
- Created: 2020-08-22T01:25:28.000Z (over 4 years ago)
- Default Branch: base
- Last Pushed: 2023-05-19T21:48:14.000Z (about 2 years ago)
- Last Synced: 2025-01-20T12:46:29.332Z (4 months ago)
- Topics: django, django-admin, django-baton, flask, flask-admin, flask-admin-boilerplate, poetry, python, quart
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frameworks-Skeleton
Branch **flask-admin-minimal**: Flask, Flask-Admin. as extension
Branch **flask-admin**: Flask, Flask-Admin, Flask-Migrate, Flask-Security
Branch **flask-admin-celery**: Flask, Flask-Admin, Flask-Migrate, Flask-Security, Celery (Not Available)
Branch **flask-admin-async**: Quart, Flask-Admin (Not Available)
Branch **django-code**: Django, Django Baton, Celery (Not Available)
## Install
```bash
$ git clone https://github.com/mariofix/flask-skeleton.git -b branch my-project
$ cd my-project
$ rm .git/ -rfiv # Careful with this command, you can erase YOUR .git folder.
$ poetry install --with dev
```
Optional:
```bash
$ git remote rename origin github
```## Run
```bash
$ poetry run flask run
```