https://github.com/app-generator/django-pixel-pro
Django Pixel PRO - Premium Starter | AppSeed
https://github.com/app-generator/django-pixel-pro
appseed bootstrap5 django django-template django-theme
Last synced: 3 months ago
JSON representation
Django Pixel PRO - Premium Starter | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/django-pixel-pro
- Owner: app-generator
- License: other
- Created: 2023-01-18T09:31:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T14:01:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T18:13:08.114Z (3 months ago)
- Topics: appseed, bootstrap5, django, django-template, django-theme
- Language: HTML
- Homepage: https://appseed.us/product/pixel-bootstrap-pro/django/
- Size: 27.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Django Pixel PRO](https://appseed.us/product/pixel-bootstrap-pro/django/)
**Django** starter crafted on top of **[Pixel Bootstrap 5](https://appseed.us/product/pixel-bootstrap-pro/django/)**, 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.
- 🛒 [Django Pixel PRO](https://appseed.us/product/pixel-bootstrap-pro/django/) - `Product page` (contains payment links)
- 👉 [Django Pixel PRO](https://django-pixel-pro.onrender.com/) - `LIVE Demo` (published on Render)
- 🚀 [Support](https://appseed.us/support/) via `Email` & `Discord`
## Features:
- ✅ `Up-to-date Dependencies`
- ✅ `Design`: [Django Theme Pixel](https://github.com/app-generator/django-theme-pixel-pro) - `PRO Version`
- ✅ `Sections` covered by the design:
- ✅ **Authentication**: `Django.contrib.AUTH`, Registration
- ✅ **All Pages** available in for ordinary users
- ✅ `Docker`
- 🚀 `Deployment`
- `CI/CD` flow via `Render`
- [Django Pixel - Go LIVE](https://www.youtube.com/watch?v=GkxnFM3hq9g) - `video presentation`

## Manual Build
> 👉 Download the code
```bash
$ 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`
```bash
$ 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`
```bash
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
```
> 👉 Set Up Database
```bash
$ python manage.py makemigrations
$ python manage.py migrate
```
> 👉 Create the Superuser
```bash
$ python manage.py createsuperuser
```
> 👉 Start the app
```bash
$ python manage.py runserver
```At this point, the app runs at `http://127.0.0.1:8000/`.
## Screenshots

> [Django Theme Pixel PRO](https://appseed.us/product/pixel-bootstrap-pro/django/) - Built with `Bootstrap 5`

> [Django Theme Pixel PRO](https://appseed.us/product/pixel-bootstrap-pro/django/) - `Pages`

---
[Django Pixel PRO](https://appseed.us/product/pixel-bootstrap-pro/django/) - **Django** Starter provided by **[AppSeed](https://appseed.us/)**