Skip to content

Project-Reclass/toynet-django

Repository files navigation

Welcome to ToyNet Django!

MacOS local setup

python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
cd engine
python3 ./manage.py run
export SECRET_KEY='iamnotaverysecretkey'

Local admin access at http://127.0.0.1:8000/admin/

python3 ./manage.py createsuperuser

python3 ./manage.py runserver
> Username (leave blank to use 'tay'): admin
> Email address: admin@admin.com
> Password: xxx

The data/ path points to viewsets

http://127.0.0.1:8000/data/toynetsession http://127.0.0.1:8000/data/toynetconfig

side notes:

python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages