You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dzecevic 351c733d82 first commit 2 years ago
backend first commit 2 years ago
base first commit 2 years ago
.gitignore first commit 2 years ago
README.md first commit 2 years ago
manage.py first commit 2 years ago
requirements.txt first commit 2 years ago

README.md

python3 -m venv back_venv

Creates python virutal env

. back_venv/bin/activate

uses venv

python manage.py runserver

launches the development server at 127.0.0.1:8000

python manage.py runserver <your_port>

launches the development server at a custom port

python manage.py startapp <app_name>

creates a new app in the current directory

python manage.py createsuperuser

starts admin user creation process in terminal

pip install -r requirments.txt

installs requirements filed