Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macktireh/django-unpoly-project
Django-Unpoly-Project is a web application developed with Django and Unpoly, offering a dynamic, interactive user experience.
https://github.com/macktireh/django-unpoly-project
django python spa unpoly
Last synced: about 1 month ago
JSON representation
Django-Unpoly-Project is a web application developed with Django and Unpoly, offering a dynamic, interactive user experience.
- Host: GitHub
- URL: https://github.com/macktireh/django-unpoly-project
- Owner: Macktireh
- Created: 2024-04-03T19:12:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T21:12:35.000Z (8 months ago)
- Last Synced: 2024-11-09T11:39:48.586Z (3 months ago)
- Topics: django, python, spa, unpoly
- Language: CSS
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django + Unpoly = ❤️🚀
## Description
Django + Unpoly is a project I created using [PDM](https://pdm-project.org/) and [Django](https://www.djangoproject.com/) and [Unpoly](https://unpoly.com/).
## Prerequisites
- Python 3.12+
- [PDM](https://pdm-project.org/)## Installation
```bash
git clone https://github.com/Macktireh/django-unpoly-project.git
``````bash
cd django-unpoly-project
``````bash
pdm install
```## Migrate Database
```bash
pdm migrate
```## Load Data
```bash
pdm run loaddata issues.json
```## Run Server
```bash
pdm start
```