Skip to content

app-generator/django-theme-pixel_p

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Django Theme Pixel playground

Minimal Django project with Docker support - actively supported by AppSeed via Email and Discord.

Features:


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


✨ Start the app in Docker

πŸ‘‰ Step 1 - Download the code from the GH repository (using GIT)

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

πŸ‘‰ Step 2 - Start the APP in Docker

$ docker-compose up --build 

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


Manual Build

πŸ‘‰ Download the code

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

πŸ‘‰ 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

πŸ‘‰ Start the app

$ python manage.py runserver

At this point, the app runs at http://127.0.0.1:8000/.


Screenshots

Pixel Lite is a free and open-source Bootstrap 5 based user interface kit featuring over 80 fully coded UI elements and example pages that will help you prototype and build a website for your next project.

Django Theme Pixel - About US page, product designed by Themesberg, coded by AppSeed.


Django Theme Pixel - Freelancer Page

Django Theme Pixel - Freelancer page, product designed by Themesberg, coded by AppSeed.


Django Theme Pixel - Contact US

Django Theme Pixel - Contact, product designed by Themesberg, coded by AppSeed.



Django Theme Pixel - Modern Theme provided by AppSeed