Skip to content
Snippets Groups Projects
Select Git revision
  • 2e5be91fe8fdb320ee1ee0fafc6375b825e93b07
  • master default protected
2 results

spotifier

  • 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