Skip to content
Snippets Groups Projects
Select Git revision
  • 6f4be55a08b7a5220aace4213ac6938083362ed9
  • main default protected
  • revert-40fe6e97
3 results

szebilab4

  • 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