Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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