8000 GitHub - lmorchard/pebbling-club-django: An experiment to reboot pebbling club in Django, not much to see here yet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

lmorchard/pebbling-club-django

Repository files navigation

pebbling-club (django version)

development notes

Trying to jot down notes of needful things before productivity occurs. Some of this will end up unnecessary after initial commit.

I'm trying to bundle common tasks up into a Makefile

make # install dependencies
make runserver # run development server
# create virtual environment (if not already created)
python -m venv venv

# activate virtual environment
. ./venv/bin/activate

# upgrade pip (if needed)
pip install --upgrade pip

# install dependencies
python -m pip install -r requirements.txt

When installing packages:

pip freeze > requirements.txt

TODO

  • get code linting and formatting working
  • get some kind of type system working?

About

An experiment to reboot pebbling club in Django, not much to see here yet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0