Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • revert-40fe6e97
2 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