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

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

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
```