Skip to content

Minimalist Python is a MVT with Django as its core but with simple structure

Notifications You must be signed in to change notification settings

telingadigital/minimalist-python

Repository files navigation

Minimalist Python

Minimalist Python is a simple MVT Python with Django as its core

Minimalist Python


Well, I created my own folder structure as simple as possible


It includes the following package :

Prerequisites

  • Python >= 3.0.0
  • Django
  • Pip
  • Postgresql (You may change this)

Installation

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

About

Minimalist Python is a MVT with Django as its core but with simple structure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages