An open API service indexing awesome lists of open source software.

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

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)


![Soft UI Design - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168812602-e35bad42-823f-4d3e-9d13-87a6c06c5a63.png)


## `Video Presentation`

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

[![Django Theme Material Kit - Video Presentation.](https://user-images.githubusercontent.com/51070104/203528345-8ad10b43-2f38-4053-ab7c-88881ff584aa.png)](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 UI Design - Cover.](https://user-images.githubusercontent.com/51070104/203517522-f913cc7f-6aa9-4f71-9582-74e1923df05d.jpg)


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

![Django Theme Soft UI Design - Author Page.](https://user-images.githubusercontent.com/51070104/203517708-124222e5-3823-4b27-82ca-7268dcea2699.jpg)


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

![Django Theme Soft UI Design - Team Component.](https://user-images.githubusercontent.com/51070104/203517888-0d327a87-48fc-4240-b009-fca1646c2782.jpg)


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