An open API service indexing awesome lists of open source software.

https://github.com/app-generator/django-theme-pixel_p

Django Pixel Lite Theme - Playground Project | AppSeed
https://github.com/app-generator/django-theme-pixel_p

appseed bootstrap5 django-template django-theme

Last synced: 3 months ago
JSON representation

Django Pixel Lite Theme - Playground Project | AppSeed

Awesome Lists containing this project

README

        

# [Django Theme Pixel](https://github.com/app-generator/django-theme-pixel) `playground`

Minimal **Django** project with `Docker` support - actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`.

> Features:

- ✅ `Up-to-date Dependencies`
- ✅ Theme: [Django Theme Pixel](https://github.com/app-generator/django-theme-pixel)


![Pixel Bootstrap Lite - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168753915-d61b2f97-57b2-4d14-a774-d217d120ff62.png)


## ✨ Start the app in Docker

> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)

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


> 👉 **Step 2** - Start the APP in `Docker`

```bash
$ docker-compose up --build
```

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


## Manual Build

> 👉 Download the code

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


> 👉 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
```


> 👉 Start the app

```bash
$ 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](https://www.admin-dashboards.com/bootstrap-5-templates/) 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.](https://user-images.githubusercontent.com/51070104/204097260-64e4db26-0096-46e5-90f7-24974ff40487.jpg)


> [Django Theme Pixel](https://github.com/app-generator/django-theme-pixel) - `Freelancer Page`

![Django Theme Pixel - Freelancer page, product designed by Themesberg, coded by AppSeed.](https://user-images.githubusercontent.com/51070104/204097202-00f62bf0-d32c-4249-a36e-3e929db369a8.jpg)


> [Django Theme Pixel](https://github.com/app-generator/django-theme-pixel) - `Contact US`

![Django Theme Pixel - Contact, product designed by Themesberg, coded by AppSeed.](https://user-images.githubusercontent.com/51070104/204097603-72a670aa-5ba2-4749-8b18-4655e6728d19.jpg)


---
**[Django Theme Pixel](https://github.com/app-generator/django-theme-pixel)** - Modern Theme provided by **[AppSeed](https://appseed.us/)**