tehtbl / grodt_test_project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

The awesome project to work on something

Run It

TODO: clean up and document properly

../venv3/bin/cookiecutter --no-input -o ../ .

cd <prj_path>
make venv_install_requirements
git init
source .venv3/bin/activate
pre-commit install

git add .
git commit -am 'initial commit'

make start_local
make logs

make clean_all

make restart_local
make stop_local

About


Languages

Language:Python 61.8%Language:HTML 31.3%Language:Makefile 2.9%Language:Dockerfile 1.9%Language:Shell 1.5%Language:CSS 0.6%