Skip to content

A list of my current skeletons for different projects, mostly in python

License

Notifications You must be signed in to change notification settings

mariofix/frameworks-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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

$ 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:

$ git remote rename origin github

Run

$ poetry run flask run