Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mohamed-kaizen/django_playground
- Owner: Mohamed-Kaizen
- License: mit
- Created: 2020-03-23T13:53:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:52:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T01:55:19.220Z (7 months ago)
- Language: Python
- Size: 664 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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