/django-berry-dashboard-pro

Django - Berry Dashboard PRO | AppSeed

Primary LanguagePythonOtherNOASSERTION

Django starter styled with Berry Dashboard PRO, a premium Bootstrap 5 design from CodedThemes The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.

NOTE: This product requires a License in order to access the theme. During the purchase, a GitHub Access TOKEN is provided.


Purchase Product via GUMROAD

  • 🛒 Personal License: PAY - $49 (payment link)

    • Usage terms: Support & Updates: 6mo
  • 🛒 StartUp License: PAY - $99 (payment link)

    • Usage terms: Support & Updates: 12mo
  • 🛒 company License: PAY - $199 (payment link)

    • Usage terms: Support & Updates: Lifetime, SaaS products allowed

Features:

  • ✅ Up-to-date Dependencies
  • ✅ Design: Django Theme Berry - PRO Version
  • ✅ Sections covered by the design:
    • ✅ Admin section (reserved for superusers)
    • ✅ Authentication: Django.contrib.AUTH, Registration
    • ✅ All Pages available in for ordinary users
  • ✅ Deployment-Ready for Render

Berry Bootstrap 5 - Dark-Mode ready, Open-source Template.


Manual Build

👉 Download the code

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

Export GITHUB_TOKEN in the environment. The value is provided by AppSeed during purchase.

This is required because the project has a private REPO dependency: github.com/app-generator/priv-django-admin-berry-pro

$ export GITHUB_TOKEN='TOKEN_HERE'  # for Linux, Mac
$ set GITHUB_TOKEN='TOKEN_HERE'     # Windows CMD
$ $env:GITHUB_TOKEN = 'TOKEN_HERE'  # Windows powerShell 

👉 Install modules via VENV.

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt

👉 Edit the .env using the template .env.sample.

# True for development, False for production
DEBUG=True

👉 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/.


Screenshots

Berry Bootstrap 5 - Sign IN, Open-source Starter by AppSeed.


Django Admin Berry - Icons Page

Berry Bootstrap 5 - UI Icons page, Open-source Starter by AppSeed


Django Admin Berry - Colors page

Berry Bootstrap 5 - Colors page, Open-source Starter by AppSeed



Django Berry Dashboard - Minimal Django starter provided by AppSeed