Skip to content

app-generator/django-pixel-pro

Repository files navigation

Django starter crafted on top of Pixel Bootstrap 5, a premium design from Themesberg. 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.


Features:

  • Up-to-date Dependencies
  • Design: Django Theme Pixel - PRO Version
  • Sections covered by the design:
    • Authentication: Django.contrib.AUTH, Registration
    • All Pages available in for ordinary users
  • Docker
  • 🚀 Deployment

Pixel Bootstrap PRO - Full-Stack Starter generated by AppSeed


Manual Build

👉 Download the code

$ git clone https://github.com/app-generator/django-pixel-pro.git
$ cd django-pixel-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-theme-pixel-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

👉 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

Django Pixel PRO - UI Components.


Django Theme Pixel PRO - Built with Bootstrap 5

Django Pixel PRO - Powered by Bootstrap 5.


Django Theme Pixel PRO - Pages

Django Pixel PRO - Modern Pages.



Django Pixel PRO - Django Starter provided by AppSeed