sontseslav / FortyTwoTestTask

django test task for 42cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42-test template

A Django 1.6+ project template

Use fortytwo_test_task.settings when deploying with getbarista.com

Recomendations

  • 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 should be proxied to single word make commands, e.g make test

About

django test task for 42cc


Languages

Language:JavaScript 95.8%Language:Python 2.4%Language:HTML 1.4%Language:Makefile 0.3%Language:Shell 0.1%Language:CSS 0.0%