Skip to content

app-generator/django-theme-material-kit_p

Repository files navigation

Minimal Django project with Docker support - actively supported by AppSeed via Email and Discord.

Features:


Material Kit - Starter generated by AppSeed.


Video Presentation

This material provides more information about this library and the playground project.

Django Theme Material Kit - Video Presentation.


✨ Start the app in Docker

👉 Step 1 - Download the code from the GH repository (using GIT)

$ git clone https://github.com/app-generator/django-theme-mkit-playground.git
$ cd django-theme-mkit-playground

👉 Step 2 - Start the APP in Docker

$ docker-compose up --build 

Visit http://localhost:5085 in your browser. The app should be up & running.


Manual Build

👉 Download the code

$ git clone https://github.com/app-generator/django-theme-mkit-playground.git
$ cd django-theme-mkit-playground

👉 Install modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt

👉 Set Up Database

$ python manage.py makemigrations
$ python manage.py migrate

👉 Start the app

$ python manage.py runserver

At this point, the app runs at http://127.0.0.1:8000/.


Screenshots

Django Theme Material Kit - Cover

Django Theme Material Kit - Cover


Django Theme Material Kit - Author page

Django Theme Material Kit - Author


Django Theme Material Kit - Team Component

Django Theme Material Kit - Team Component



Django Theme Material Kit playground - Sample Starter provided by AppSeed