Skip to content

seabrus/FortyTwoTestTask

 
 

Repository files navigation

42-test - by seabrus

A Django 1.9+ project

Use fortytwo_test_task.settings when deploying with getbarista.com

Recommendations

  • apps in apps/ folder
  • use per-app templates folders
  • use per-app static folders
  • use migrations
  • use settings.local for different environments
  • common templates live in templates/
  • common static lives in assets/
  • management commands are proxied to single word make commands, e.g., make test

About

django-angular test task for 42cc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 37.0%
  • JavaScript 30.0%
  • HTML 29.2%
  • Makefile 3.1%
  • CSS 0.7%