pip install -r requirements.txt
python -c 'from django.core.management.utils import get_random_secret_key; print("SECRET_KEY="+get_random_secret_key())' > .env
echo "DEBUG=True" >> .env
python manage.py makemigrations
python manage.py migrate
python populate.py
python manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 0
berenslab/retimgtools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Web-based tools for retinal image annotation and evaluation.
Resources
Stars
Watchers
Forks
Packages 0
No packages published