Skip to content

Sashkow/FortyTwoTestTask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-test template

###Install Instructions

  • git clone https://github.com/Sashkow/FortyTwoTestTask.git
  • cd FortyTwoTestTask
  • virtualenv --no-site-packages .env
  • source .env/bin/activate
  • .env/bin/pip install -r requirements.txt
  • python manage.py syncdb --no-input
  • ./manage.py migrate
  • python manage.py syncdb --no-input (again)

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 49.7%
  • CSS 29.9%
  • Python 20.0%
  • Makefile 0.4%