A web player for customized animation of satellite images, developed for ISRO as part of Smart India Hackathon 2018.
Login | Upload | Config | Player |
---|---|---|---|
-
Clone the repo and
cd
into it:git clone https://github.com/faheel/isro-web-player.git cd isro-web-player
-
Create a Python 3 virtual environment (named
venv
):virtualenv -p /usr/bin/python3 venv
-
Add Django's secret key as an environment variable. For ease, add it to your virtual environment's activate script:
printf "\nexport SECRET_KEY='enter secret key here'\n" >> venv/bin/activate
-
Activate your virtual environment:
. venv/bin/activate
-
Install the requirements:
pip install -r requirements.txt
-
Create Django super-user:
python manage.py createsuperuser
-
Migrate the database schema:
python manage.py makemigrations python manage.py migrate --run-syncdb
python manage.py runserver
- Abdul Mohsin Siddiqi
- Gaurav Arora
- Kashan Uddin Zaigham Khan
- Mohd Huzaifa Faruqi
- Sahiba Khan
- Syed Faheel Ahmad
This project is licensed under the terms of the MIT license.