kpavlovsky / wschat

testing websockets daphne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Djangitos

Django Template for Saas projects.

Join our Discord server to get community and maintainers support: https://appliku.com/discord

Quickstart

Download fresh Djangitos project template, rename the project folder and copy local development .env file.

curl -sSL https://github.com/appliku/djangitos/archive/refs/heads/master.zip > djangitos.zip
unzip djangitos.zip


mv djangitos-master drfswagger_tutorial
cd drfswagger_tutorial
cp start.env .env

Run the project with:

docker-compose up

Apply migrations with:

docker-compose run web python manage.py migrate

Create a super user account:

docker-compose run web python manage.py makesuperuser

The output of the last command will display the login and password for the admin user that was created, like this:

admin user not found, creating one
===================================
A superuser was created with email admin@example.com and password xLV9i9D7p8bm
===================================

Open http://0.0.0.0:8060/admin/ and login with these credentials.

About

testing websockets daphne


Languages

Language:Python 92.1%Language:HTML 3.9%Language:Makefile 2.0%Language:Dockerfile 1.3%Language:Shell 0.6%