Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/app-generator/core-django-material
Core Django - Material Dashboard Design | AppSeed
https://github.com/app-generator/core-django-material
django-application django-for-beginners django-material django-material-admin django-material-dashboard django-material-theme django-project
Last synced: 3 months ago
JSON representation
Core Django - Material Dashboard Design | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/core-django-material
- Owner: app-generator
- Created: 2024-01-20T16:03:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-20T17:53:28.000Z (12 months ago)
- Last Synced: 2024-10-11T04:44:59.505Z (3 months ago)
- Topics: django-application, django-for-beginners, django-material, django-material-admin, django-material-dashboard, django-material-theme, django-project
- Language: Python
- Homepage: https://www.youtube.com/watch?v=D8zaXFtVF2w
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Django Core](https://github.com/app-generator/core-django)
Minimal **[Django](https://www.djangoproject.com/)** project with `Docker` support - actively supported by [AppSeed](https://appseed.us/) via `Email` and **[Discord](https://discord.gg/fZC6hup)** `(2k+ Members)`.
> `Start simple`, add features, `learn`, **stay young & hungry**, be `resilient`, **ask for [support](https://appseed.us/support/)** if needed, `iterate`.
## Features
- ✅ `Up-to-date Dependencies`
- ✅ `Docker`
- ✅ DOCS:
- 👉 `Video`: [Django for Beginners - Simple Codebase Intro](https://www.youtube.com/watch?v=dVybpJRwbmc)
- 👉 `Video`: [Django for Beginners - Go LIVE with Render](https://www.youtube.com/watch?v=JyzjVYMuzBQ)
- 👉 `Video`: [Django for Beginners - Integrate UI (Volt Dashboard)](https://www.youtube.com/watch?v=gqw0Bs67lM4)
- 👉 `Video`: [Django for Beginners - Integrate Material Design and Overwrite LOGO](https://www.youtube.com/watch?v=D8zaXFtVF2w)
## Start in `Docker`
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
```bash
$ git clone https://github.com/app-generator/core-django.git
$ cd core-django
```
> 👉 **Step 2** - Start the APP in `Docker`
```bash
$ docker-compose up --build
```Visit `http://localhost:5085` in your browser. The app should be up & running.
## Manual Build
> 👉 Download the code
```bash
$ git clone https://github.com/app-generator/core-django.git
$ cd core-django
```
> 👉 Install modules via `VENV`
```bash
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
```
> 👉 Set Up Database
```bash
$ python manage.py makemigrations
$ python manage.py migrate
```
> 👉 Start the app
```bash
$ python manage.py runserver
```At this point, the app runs at `http://127.0.0.1:8000/`.
---
**[Django Core](https://github.com/app-generator/core-django)** - Minimal **Django** core provided by **[AppSeed](https://appseed.us/)**