Skip to content

fansel/FahrplanDatenGarten

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FahrplanDatenGarten

Set up the VEnv:

cd backend
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Set up the database:

Change the DATABASE_URL in .env basend on the .env.example and https://github.com/jacobian/dj-database-url. Now run source .env

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.6%
  • CSS 22.1%
  • HTML 16.4%
  • JavaScript 3.9%