Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 384 Bytes

Task_Manager

Task Manager Webapp using Django

Steps:

  1. Make a RDS, S3 with IAM Instance
  2. Added all of your necessary credentials in .env
  3. Create a EC2 Instance and run the following commands
  4. python manage.py makemigrations
  5. python manage.py migrate
  6. python manage.py createsuperuser
  7. python manage.py runserver 0.0.0.0:80

Link: https://rahul3010.pythonanywhere.com/