Skip to content

app-generator/django-pixel

Repository files navigation

Open-source Django project crafted on top of Pixel Bootstrap 5, an open-source design from Themesberg. The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.


Features:

  • Up-to-date Dependencies
  • ✅ Theme: Django Theme Pixel
  • Authentication: Django.contrib.AUTH, Registration
  • 🚀 Deployment
    • CI/CD flow via Render

Pixel Bootstrap Lite - Full-Stack Starter generated by AppSeed.


Manual Build

👉 Download the code

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

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


Seed project powered by Django Framework on top of Pixel PRO design. Pixel is a premium Bootstrap 5 UI Kit featuring over 200 fully coded UI elements and example pages that will help you prototype and build a website for your next project.

Pixel Bootstrap PRO - Full-Stack Starter generated by AppSeed



Django Pixel Bootstrap 5 - Django Starter provided by AppSeed