GithubHelp home page GithubHelp logo

app-generator / django-soft-ui-dashboard Goto Github PK

View Code? Open in Web Editor NEW
218.0 11.0 104.0 32.16 MB

Soft UI Dashboard - Open-source Django Dashboard | AppSeed

Home Page: https://appseed.us/product/soft-ui-dashboard/django/

License: Other

Dockerfile 0.03% Shell 0.01% Python 0.61% HTML 18.62% CSS 39.15% JavaScript 1.94% SCSS 39.64%
soft-ui django-soft django-soft-dashboard django-soft-template soft-dashboard django-soft-admin django-app django-application django-bootstrap5 django-bs5

django-soft-ui-dashboard's Introduction

Open-source Django Dashboard crafted on top of Soft UI Dashboard, an open-source Bootstrap 5 design from Creative-Tim. Designed for those who like bold elements and beautiful websites. Made of hundreds of elements, designed blocks and fully coded pages, Soft UI Dashboard is ready to help you create stunning websites and web apps.


Features

Have questions? Contact Support (Email & Discord) provided by AppSeed

Free Version PRO Version Custom Development
โœ“ Django 4.2.9 Everything in Free, plus: Everything in PRO, plus:
โœ“ Best Practices โœ… Premium Bootstrap 5 Design โœ… 1mo Custom Development
โœ“ Bootstrap 5, Material Design โœ… OAuth Google, GitHub โœ… Team: PM, Developer, Tester
โœ“ CI/CD Flow via Render โœ… API, Charts โœ… Weekly Sprints
โœ“ Docker โœ… DataTables (Filters, Export) โœ… Technical SPECS
- โœ… Celery โœ… Documentation
- โœ… Media Files Manager โœ… 30 days Delivery Warranty
- โœ… Extended User Profiles -
- โœ… Private REPO Access -
- โœ… PRO Support - Email & Discord -
- โœ… AWS, DO, Azure Deploy Assistance -
------------------------------------ ------------------------------------ ------------------------------------
โœ“ LIVE Demo ๐Ÿš€ LIVE Demo ๐Ÿ›’ Order: $4,999 (GUMROAD)

Django Admin Soft - Template project for Django provided by AppSeed.


Manual Build

๐Ÿ‘‰ Download the code

$ git clone https://github.com/app-generator/django-soft-ui-dashboard.git
$ cd django-soft-ui-dashboard

๐Ÿ‘‰ 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

๐Ÿ‘‰ Create the Superuser

$ python manage.py createsuperuser

๐Ÿ‘‰ Start the app

$ python manage.py runserver

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


Codebase structure

The project is coded using a simple and intuitive structure presented below:

< PROJECT ROOT >
   |
   |-- core/                            
   |    |-- settings.py   # Project Configuration  
   |    |-- urls.py       # Project Routing
   |
   |-- home/
   |    |-- views.py      # APP Views 
   |    |-- urls.py       # APP Routing
   |    |-- models.py     # APP Models 
   |    |-- tests.py      # Tests  
   |     
   |-- templates/
   |    |-- includes/     # UI components 
   |    |-- layouts/      # Masterpages
   |    |-- pages/        # Kit pages 
   |
   |-- static/   
   |    |-- css/                                   # CSS Files 
   |    |-- scss/                                  # SCSS Files 
   |         |-- soft-ui-dashboard/_variables.scss # File Used for Theme Styling
   |
   |-- requirements.txt   # Project Dependencies
   |
   |-- env.sample         # ENV Configuration (default values)
   |-- manage.py          # Start the app - Django default start script
   |
   |-- ************************************************************************

Recompile SCSS

The SCSS/CSS files used to style the Ui are saved in the static directory. In order to update the Ui colors (primary, secondary) this procedure needs to be followed.

$ yarn                                             # install modules
$ vi static/scss/soft-ui-dashboard/_variables.scss # edit variables 
$ gulp                                             # SCSS to CSS translation

The _variables.scss content defines the primary and secondary colors:

$primary:       #cb0c9f !default;   // EDIT for customization 
$secondary:     #8392AB !default;   // EDIT for customization 
$info:          #17c1e8 !default;   // EDIT for customization 
$success:       #82d616 !default;   // EDIT for customization 
$warning:       #fbcf33 !default;   // EDIT for customization 
$danger:        #ea0606 !default;   // EDIT for customization 

Deploy on Render

  • Create a Blueprint instance
  • Click New Blueprint Instance button.
  • Connect your repo which you want to deploy.
  • Fill the Service Group Name and click on Update Existing Resources button.
  • After that your deployment will start automatically.

At this point, the product should be LIVE.


This design is a pixel-perfect Bootstrap 5 Dashboard with a fresh, new design concept. Soft UI Dashboard PRO is built with over 300 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.

Features:

  • Up-to-date Dependencies
  • Design: Django Theme Soft PRO - PRO Version
  • Sections covered by the design:
    • Admin section (reserved for superusers)
    • Authentication: Django.contrib.AUTH, Registration
    • All Pages available in for ordinary users
  • Docker, Deployment:
    • CI/CD flow via Render

Soft UI Dashboard Pro



Django Soft Dashboard - Django starter provided by AppSeed

django-soft-ui-dashboard's People

Contributors

app-generator avatar mominur-helios avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-soft-ui-dashboard's Issues

Profile menu items

This is an issue within the pro version: the highlighted chosen menu items between App, Messages, Settings is misplaced in the Profile pages when you are in mobile mode. Please let me know what's the fix or when there'll be one - thanks.
Screen Shot 2021-11-06 at 9 46 09 PM

Form checkboxes are white on a white background...

Hi all,

I am using the SoftUI dashboard template, to render some tables (with django-tables2), where the first column is a list of checkboxes, to select the rows. The checkboxes are not visible, as unselected are white on white background.

If I check one, it renders as a black rectangle with rounded corners.

How to disable aside sidebar in large screen size

Screenshot from 2022-02-19 12-24-26
Hello! Wonderful job for the dashboard! But is it possible to make the sidebar menu behavior in large screens similar to mobile? So it s primarily hidden. And just to click on the menu icon to show it? As it s now working on mobile. Thank you.

ENH - Django mini eCommerce with Stripe Integration

The codebase should be enhanced with a minimal eCommerce module that manages products and sales.

Here are the requirements:

  • Products table: id (PK), name, info, full description, price, currency, payment
  • Sales table: id (PK), productId, value, fees, quantity, timestamp, client, note

The payments are managed by Stripe based on the product payment type:

  • payment = 0 (default value), the payment is one-time
  • payment = 1, the payment is recurrent (monthly frequency)

The Stripe Secrets are provided in the ".env" and managed by the project configuration.

What the developer should deliver:

Feature 1 - Use the existing UI and code pages:

  • product creation/update page (factorized using a single page)
  • product index page, where all products are listed

Feature 2 - Sales

  • values are inserted by Stripe post-sale callback (finished or canceled sales)
  • page where the sales are listed using a data table
  • the data tables layout provides an edit (modal popup) / search (product name)

Ty!

Where should I add the css js code?

Hello, I am a student attending a university in Korea. I'm working on a personal project to make Iot dasboard using your dashboard. I just started studying coding, so I'd really appreciate it if you could answer some questions. I want to add various styles to the dashboard using codepen, but I don't know what to refer to. Can you tell me in detail even if you are busy? Thank you for reading it. I look forward to hearing from you.

Header overlapping sidebar

Hello,

I came across a bug in the pro version of soft-ui-dashboard where in mobile mode, the header overlaps the sidebar. This is due to the header being fixed, but still, I'll always want the header to be fixed so the problem will always exist. Please let me know what's the fix or when there'll be one - thanks.
Screen Shot 2021-11-06 at 8 22 36 PM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.