Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohamed-kaizen/django_playground

Testing place for django apps
https://github.com/mohamed-kaizen/django_playground

Last synced: 2 days ago
JSON representation

Testing place for django apps

Awesome Lists containing this project

README

        

> ## 🛠 Status: In Development
> Django PlayGround is currently in development. So we encourage you to use it and give us your feedback, but there are things that haven't been finalized yet and you can expect some changes.
>
> See the list of Known Issues and TODOs, below, for updates.

## Overview

Testing place for django apps

## Getting Started

* [Fork repository][Django PlayGround] and clone it.

```shell tab="Shell or CMD"

git clone https://github.com/Mohamed-Kaizen/django_playground
```

* install dependence:

```shell tab="Poetry"
poetry install
```

* serve the app:

create .env in the root of the project or set your ENV add the following line into .env file or set your ENV:

DEBUG=True # change this in production
ALLOWED_HOSTS=example.com, localhost, 0.0.0.0, 127.0.0.1 # change this in production
SECRET_KEY=w86k@*ash*z)dsxsoz+o*ne*ugb08(4nu13%8!m*+2_e@@7hnx # change this in production and never put the production key here
DATABASE_URL=sqlite:///db.sqlite3
[email protected]
EMAIL_PASSWORD=''
DROPBOX_OAUTH2_TOKEN=''

```shell tab="shell or CMD"

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
```

enjoy :)

# License: MIT

[Django PlayGround]: https://github.com/Mohamed-Kaizen/django_playground