Skip to content

sandnima/deutschWortProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deutsch Worte

Quick start:

Create virtual env

  1. virtualenv -p python3 venv
  2. workon venv

Install requirements

  1. pip install -r requirements.txt

Make migrations

  1. cd src
  2. py manage.py makemigrations
  3. py manage.py migrate

Create superuser

  1. py manage.py createsuperuser

Run server

  1. py manage.py runserver

About

This helps you by learning German

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published