Python/Django
Reindert-Jan Ekker
A Python 3 environment with Django installed. Installation command would be:
python3 -m pip install django
The default run command can be:
python3 manage.py runserver
A webbrowser should be enable with a default URL of localhost:8000/
Log In
Saul Costa
Hey Reindert-Jan Ekker, thanks for the post! We actually have some documentation here that explains how to use Next Tech with Django: https://docs.next.tech/creator/how-tos/environment-set-up/creating-a-django-project.