Skip to content

moonstruck/FortyTwoTestTask

 
 

Repository files navigation

42-test template

A Django 3+ project template

Use fortytwo_test_task.settings when deploying with getbarista.com

Requirements

  • apps in apps/ folder
  • use migrations
  • use local.py for different local settings
  • templates live in templates/
  • static lives in assets/
  • management commands should be proxied to single word make commands, e.g make test
  • run make lint often
  • installed node and yarn. after cloning the project run yarn
  • lint your js, run make eslint

About

django test task for 42cc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.9%
  • Makefile 16.4%
  • HTML 13.0%
  • Shell 4.7%