icarojobs / python-training

My custom Python/Django training environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PYTHON TRAINING

This is my own python/django/fastapi/flask training environment.

LIVE TRAINING

This content was produced in live at Tio Jobs channel => https://www.youtube.com/watch?v=ChZWJzO-0zE


COMMANDS:

# Up server
make # or make up

# Create new django project
make project name=core

# Create new django app
make app name=customer

# Create superuser
make superuser

# Change user password
make changepassword name=admin

# Up development web server
make server

# Run migrations
make migrate

# Enter inside container with shell
make shell

# Start new poetry toml file (if necessary)
make poetry-init

About

My custom Python/Django training environment


Languages

Language:Jupyter Notebook 50.4%Language:Python 32.0%Language:Makefile 11.3%Language:Dockerfile 6.2%