Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/app-generator/deploypro-django

DeployPRO Service - Django Sample
https://github.com/app-generator/deploypro-django

deploypro deploypro-django deploypro-sample

Last synced: 15 days ago
JSON representation

DeployPRO Service - Django Sample

Awesome Lists containing this project

README

        

# [DeployPRO Django](https://www.docs.deploypro.dev/samples/django) `Free Sample`

Minimal `Django Sample` provided by [DeployPRO](https://deploypro.dev/) service for testing.


## Run in `Docker`

```bash
$ docker-compose up --build
```
At this point, the app runs at `localhost:5000`


## Manual Build

> Install modules via `VENV`

```bash
$ pip install django
```


> Migrate DB

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


---
[Django Starter](https://www.docs.deploypro.dev/samples/django) - Open-source sample provided by [DeployPRO](https://deploypro.dev/)