/FlyPersonalAssistant

An intelligent personal assistant can make your life more efficient!

Primary LanguagePythonMIT LicenseMIT

FlyPersonalAssistant

An intelligent personal assistant can make your life more efficient!

up next

Add more view according to the tutorial: https://docs.djangoproject.com/en/2.0/intro/tutorial03/

Things todo

  1. add plan support
  2. add Google authentication support!
  3. to be continued...

Requirements

  1. Install venv: python -m venv venv
  2. Install Django: pip install Django
  3. exec: django-admin startproject mysite
  4. cd mysite, python manage.py runserver 8080
  5. Create a top-level module: python manage.py startapp polls
  6. Make migration: python manage.py makemigrations polls
  7. Do the migration: python manage.py migrate
  8. Create superuser using: python manage.py createsuperuser

Changes after using docker

Thanks of docker you can run it using "docker-compose up" ONLY!