https://github.com/app-generator/core-django-volt
Core Django - Volt Dashboard Design | AppSeed
https://github.com/app-generator/core-django-volt
bootstrap-django bs5-django django-bootstrap5 django-bs5-sample django-core django-core-starter django-volt
Last synced: about 1 month ago
JSON representation
Core Django - Volt Dashboard Design | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/core-django-volt
- Owner: app-generator
- Created: 2024-01-20T11:41:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T17:53:15.000Z (over 1 year ago)
- Last Synced: 2025-04-06T18:12:46.871Z (about 1 month ago)
- Topics: bootstrap-django, bs5-django, django-bootstrap5, django-bs5-sample, django-core, django-core-starter, django-volt
- Language: HTML
- Homepage: https://www.youtube.com/watch?v=gqw0Bs67lM4
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- 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) `Volt`
Minimal **Django** 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-volt.git
$ cd core-django-volt
```
> 👉 **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-volt.git
$ cd core-django-volt
```
> 👉 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) `Volt` - Minimal **Django** core provided by **[AppSeed](https://appseed.us/)**