https://github.com/app-generator/django-theme-soft-design_p
Django Soft Design Theme - Playground Project | AppSeed
https://github.com/app-generator/django-theme-soft-design_p
appseed-sample django-template django-theme soft-design
Last synced: 3 months ago
JSON representation
Django Soft Design Theme - Playground Project | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/django-theme-soft-design_p
- Owner: app-generator
- Created: 2022-11-23T08:42:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T17:16:48.000Z (over 2 years ago)
- Last Synced: 2025-04-06T18:13:24.201Z (3 months ago)
- Topics: appseed-sample, django-template, django-theme, soft-design
- Language: Python
- Homepage: https://github.com/app-generator/django-theme-soft-design
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Django Theme Soft Design](https://github.com/app-generator/django-theme-soft-design) `playground`
Minimal **Django** project with `Docker` support - actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`.
> Features:
- ✅ `Up-to-date Dependencies`
- ✅ Theme: [Django Soft Design](https://github.com/app-generator/django-theme-soft-design)

## `Video Presentation`
> This material provides `more information` about this library and the `playground project`.
[](https://www.youtube.com/watch?v=sNY_ZwChQNM)
## ✨ Start the app in Docker
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
```bash
$ git clone https://github.com/app-generator/django-theme-soft-playground.git
$ cd django-theme-soft-playground
```
> 👉 **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/django-theme-soft-playground.git
$ cd django-theme-soft-playground
```
> 👉 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/`.
## Screenshots

> [Django Theme Soft](https://github.com/app-generator/django-theme-soft-design) - `Author Page`

> [Django Theme Soft](https://github.com/app-generator/django-theme-soft-design) - `Team Component`

---
[Django Theme Soft Design](https://github.com/app-generator/django-theme-soft-design) `playground` - Sample Starter provided by **[AppSeed](https://appseed.us/)**