web_AI-5/django/didgeridoo/webshop
Ivan Hörler 1b7252a669 Merge branch 'master' into currency
* master:
  fix a typo
  move some parts from the vagrant file into a separate script
  make the setup script executable
  fix a typo
  add a setup script to the ansible role
  add a pip install routine to the ansible role
  add the repository to the ansible role
  fix a typo in the ansbible role
  add missing packages to the ansible role
  add a list of allowed hosts to the django settings
  change ansible includes to import_tasks
  extend the admin interface for the order class
  add an intermediate class between order and article
  add a date field to the orders class
  sort city outputs by zip code
  update readme with more up to date information
2017-12-26 13:03:20 +01:00
..
migrations rename the django project 2017-11-12 21:35:59 +01:00
templates/webshop add a base.html file and refactor the other html files 2017-12-19 20:21:46 +01:00
__init__.py rename the django project 2017-11-12 21:35:59 +01:00
admin.py extend the admin interface for the order class 2017-12-21 23:07:58 +01:00
apps.py rename the django project 2017-11-12 21:35:59 +01:00
models.py Merge branch 'master' into currency 2017-12-26 13:03:20 +01:00
tests.py rename the django project 2017-11-12 21:35:59 +01:00
urls.py add a view to show the details of an article 2017-12-17 10:37:04 +01:00
views.py refactor the views 2017-12-19 20:12:21 +01:00