Rename tixl to pretix

This commit is contained in:
Raphael Michel
2015-01-19 01:10:35 +01:00
parent fd93dcae3c
commit 6648e7ed03
107 changed files with 524 additions and 529 deletions
+12 -12
View File
@@ -6,17 +6,17 @@ Python source code
All the source code lives in ``src/``, which has several subdirectories.
tixl/
pretix/
This directory contains the basic Django settings and URL routing.
tixlbase/
pretixbase/
This is the django app containing all the models and methods which are
essential to all of tixl's features.
essential to all of pretix's features.
tixlcontrol/
pretixcontrol/
This is the django app containing the frontend for organizers.
tixlpresale/
pretixpresale/
This is the django app containing the frontend for users buying tickets.
helpers/
@@ -37,24 +37,24 @@ LESS source code
We use less as a preprocessor for CSS. Our own less code is built in the same
step as Bootstrap and FontAwesome, so their mixins etc. are fully available.
tixlcontrol
tixlcontrol has two main LESS files, ``tixlcontrol/static/tixlcontrol/less/main.less`` and
``tixlcontrol/static/tixlcontrol/less/auth.less``, importing everything else.
pretixcontrol
pretixcontrol has two main LESS files, ``pretixcontrol/static/pretixcontrol/less/main.less`` and
``pretixcontrol/static/pretixcontrol/less/auth.less``, importing everything else.
3rd-party assets
^^^^^^^^^^^^^^^^
Bootstrap
Bootstrap lives as a git submodule at ``tixlbase/static/bootstrap/``
Bootstrap lives as a git submodule at ``pretixbase/static/bootstrap/``
Font Awesome
Font Awesome lives as a git submodule at ``tixlbase/static/fontawesome/``
Font Awesome lives as a git submodule at ``pretixbase/static/fontawesome/``
jQuery
jQuery lives as a single JavaScript file in ``tixlbase/static/jquery/js/``
jQuery lives as a single JavaScript file in ``pretixbase/static/jquery/js/``
jQuery plugin: Django formsets
Our own modified version of `django-formset-js`_ is available as an independent
django app and installed via pip.
.. _django-formset-js: https://github.com/tixl/django-formset-js
.. _django-formset-js: https://github.com/pretix/django-formset-js