Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 768 Bytes

File metadata and controls

27 lines (20 loc) · 768 Bytes

42-test template

A Django 1.6+ project template

Project on GetBarista: http://fortytwotesttask-200.ivanbabaiev.at.getbarista.com Repo on Github: https://github.com/ivanbabaiev/FortyTwoTestTask.git

Create Django Project task

ticket:1 Branch - t1_contact: show your name, surname, bio, contacts on the main page Data should be stored in the DB.

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