Skip to content

An intelligent personal assistant can make your life more efficient!

License

Notifications You must be signed in to change notification settings

tenderghost/FlyPersonalAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

An intelligent personal assistant can make your life more efficient!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published