All Projects → app-generator → Django Dashboard Black

app-generator / Django Dashboard Black

Licence: other
Django Dashboard - Black Design | AppSeed

Labels

Projects that are alternatives of or similar to Django Dashboard Black

Covid19 Dashboard
🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
Stars: ✭ 100 (-7.41%)
Mutual labels:  django
Django Contacts
A Django address book application.
Stars: ✭ 103 (-4.63%)
Mutual labels:  django
Opentpod
Open Toolkit for Painless Object Detection
Stars: ✭ 106 (-1.85%)
Mutual labels:  django
Wq.db
☁🌐 wq's db library, extending Django REST framework to support apps for geospatial field data collection, citizen science, and crowdsourcing.
Stars: ✭ 101 (-6.48%)
Mutual labels:  django
Django Oss Storage
Django storage backends for AliCloud OSS.
Stars: ✭ 103 (-4.63%)
Mutual labels:  django
Django Notifs
Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
Stars: ✭ 105 (-2.78%)
Mutual labels:  django
Django Tables2
django-tables2 - An app for creating HTML tables
Stars: ✭ 1,360 (+1159.26%)
Mutual labels:  django
Django Celery
Old Celery integration project for Django
Stars: ✭ 1,439 (+1232.41%)
Mutual labels:  django
Django Fluent Pages
A flexible, scalable CMS with custom node types, and flexible block content.
Stars: ✭ 103 (-4.63%)
Mutual labels:  django
Django Brake
Django Brake - a versatile ratelimiting app for Django.
Stars: ✭ 105 (-2.78%)
Mutual labels:  django
Django Cacheops
A slick ORM cache with automatic granular event-driven invalidation.
Stars: ✭ 1,379 (+1176.85%)
Mutual labels:  django
Django Filer
File and Image Management Application for django
Stars: ✭ 1,384 (+1181.48%)
Mutual labels:  django
Django Wiki
A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models.
Stars: ✭ 1,485 (+1275%)
Mutual labels:  django
Wger
Self hosted FLOSS fitness/workout, nutrition and weight tracker written with Django
Stars: ✭ 1,372 (+1170.37%)
Mutual labels:  django
Banking System
A banking System Created Using Django Python Web Framework
Stars: ✭ 105 (-2.78%)
Mutual labels:  django
Django Project Template
Django project layout to quickly start build fantastic websites! (included npm, libsass, frontend setup and base Django apps)
Stars: ✭ 100 (-7.41%)
Mutual labels:  django
Smcsystem
运维使用的主机与应用管理系统
Stars: ✭ 105 (-2.78%)
Mutual labels:  django
Django Oauth2 Server
OAuth2 server written in Python with Django
Stars: ✭ 108 (+0%)
Mutual labels:  django
Beatserver
Beatserver, a periodic task scheduler for Django 🎵
Stars: ✭ 106 (-1.85%)
Mutual labels:  django
Django Cc
Django wallet for Bitcoin and other cryptocurrencies
Stars: ✭ 105 (-2.78%)
Mutual labels:  django

Django Dashboard Black Design

Admin dashboard generated by AppSeed in Django Framework.

Black Dashboard is a beautiful Bootstrap 4 Admin Dashboard with a huge number of components built to fit together and look amazing. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics.


Features

  • UI-Ready app, SQLite Database, Django Native ORM
  • Modular design, clean code-base
  • Session-Based Authentication, Forms validation
  • Deployment scripts: Docker, Gunicorn / Nginx
  • Support via Github and Discord.

Links


Want more? Go PRO!

PRO versions include Premium UI Kits, Lifetime updates and 24/7 LIVE Support (via Discord)

Django Datta PRO Django Material PRO Django Volt PRO
Django Datta PRO Django Material PRO Django Volt PRO


Django Black Design - Template project provided by AppSeed.


How to use it

$ # Get the code
$ git clone https://github.com/app-generator/django-dashboard-black.git
$ cd django-dashboard-black
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows based systems)
$ # virtualenv env
$ # .\env\Scripts\activate
$ 
$ # Install modules
$ # SQLIte version
$ pip3 install -r requirements.txt
$
$ # Create tables
$ python manage.py makemigrations
$ python manage.py migrate
$
$ # Start the application (development mode)
$ python manage.py runserver # default port 8000
$
$ # Start the app - custom port
$ # python manage.py runserver 0.0.0.0:<your_port>
$
$ # Access the web app in browser: http://127.0.0.1:8000/

Deployment

The app is provided with a basic configuration to be executed in Heroku, Docker, Gunicorn, and Waitress.

Docker execution


The application can be easily executed in a docker container. The steps:

Get the code

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

Start the app in Docker

$ sudo docker-compose pull && sudo docker-compose build && sudo docker-compose up -d

Visit http://localhost:5005 in your browser. The app should be up & running.


Gunicorn


Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.

Install using pip

$ pip install gunicorn

Start the app using gunicorn binary

$ gunicorn --bind=0.0.0.0:8001 core.wsgi:application
Serving on http://localhost:8001

Visit http://localhost:8001 in your browser. The app should be up & running.


Waitress


Waitress (Gunicorn equivalent for Windows) is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones that live in the Python standard library.

Install using pip

$ pip install waitress

Start the app using waitress-serve

$ waitress-serve --port=8001 core.wsgi:application
Serving on http://localhost:8001

Visit http://localhost:8001 in your browser. The app should be up & running.


Credits & Links

Django Admin Dashboards

Index with UI-ready admin dashboards generated by the AppSeed platform in Django Framework. Start fast your next Django project by using functional admin dashboards enhanced with Database, ORM, authentication flow, helpers and deployment scripts.

What is Django

Django is a Python-based free and open-source web framework, which follows the model-template-view architectural pattern. It is maintained by the Django Software Foundation, an independent organization established as a 501 non-profit. Django's primary goal is to ease the creation of complex, database-driven websites.

What is a dashboard

A dashboard is a set of pages that are easy to read and offer information to the user in real-time regarding his business. A dashboard usually consists of graphical representations of the current status and trends within an organization. Having a well-designed dashboard will give you the possibility to act and make informed decisions based on the data that your business provides - definition provided by Creative-Tim - Free Dashboard Templates.

Black Dashboard

Black Dashboard is a beautiful Bootstrap 4 Admin Dashboard with a huge number of components built to fit together and look amazing. If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics.



Django Dashboard Black Design - Provided by AppSeed App Generator.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].