Skip to content

cherie11/Vocabulary-Quizlet

Repository files navigation

Vocabulary-Quizlet

Web app for vocabulary + quiz + customized word list

Dependency


  • Django==2.0
  • Python 3.6

Run


    pip3 install -r requirements.txt
    python3 manage.py makemigrations --empty account
    python3 manage.py makemigrations --empty card
    python3 manage.py makemigrations
    python3 manage.py migrate account
    python3 manage.py migrate
    python3 initdb.py
    python3 manage.py runserver

About

Vocabulary Web app by django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages