Minimalist Python is a simple MVT Python with Django as its core
Well, I created my own folder structure as simple as possible
It includes the following package :
- Webpack - "webpack/webpack"
- Bulma - "jgthms/bulma"
- Lodash - "lodash/lodash"
- Python >= 3.0.0
- Django
- Pip
- Postgresql (You may change this)
git clone https://github.com/telingadigital/minimalist-python minimalist_python
cd minimalist_python
npm install
webpack
python manage.py runserver
// access it on http://localhost:8000