Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • redundancy
  • kodomeres
  • cachemeres
  • android
  • temp1122
6 results

raspberrycloud

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    imageuploader
    .gitignore
    README.md

    How to use

    Create your python venv and install django

    python3 -m venv your-venv
    source ./your-venv/bin/activate
    pip install django