Skip to content

michellesenar/french-verbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

French Verbs

A simple Django project to help memorize French verbs and their conjugations.

Setup

python3.9 -m venv ENV
source ENV/bin/activate
pip install --upgrade pip setuptools
pip install -e .
manage migrate
manage build_french_verbs