Go to file
Jonas Legion 7be59b8755 validation par email via djoser
Methode maison pour demander le mot de passe ensuite !
downgrade psycog
2021-07-26 17:25:13 +02:00
DjangoFiles validation par email via djoser 2021-06-29 19:29:47 +02:00
Docker validation par email via djoser 2021-07-26 17:25:13 +02:00
.gitignore Initial commit 2021-06-10 11:12:35 +02:00
LICENSE AGPL 2021-06-11 15:49:17 +02:00
README.md validation par email via djoser 2021-07-26 17:25:13 +02:00

README.md

TiBillet-Ticket

Vente de billet et gestion évènementielle.

Installation pour dev' :

cd Docker/Development
cp env_example .env

# populate .env file with your variables.

cd Docker/Development
docker-compose --build up -d

# une fois buildé et lancé, on rentre dans le conteneur :
docker exec -ti tibillet_django bash

# --> dans le conteneur :
  # on crée la DB :
  python manage.py migrate
  
  # on crée le premier tenant "demo" :
  python manage.py create_demo_tenant
  
  # On lance le serveur web de dev avec un alias ( cf bashrc dans root )  
  # python /DjangoFiles/manage.py runserver_plus 0.0.0.0:8002
  rsp 

Test with www.$DOMAIN and demo.$DOMAIN Don't forget to change your /etc/host if you are in localhost :)

Enjoy !

Crédits :

Développement :

Jonas TURBEAUX & Nicolas DIJOUX pour Peaks2Prod & 3Peaks Production.

Free for personal and commercial use under the MIT 3.0 license

Graphisme :

Massively by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)

This is Massively, a text-heavy, article-oriented design built around a huge background image (with a new parallax implementation I'm testing) and scroll effects (powered by Scrollex). A slight departure from all the one-pagers I've been doing lately, but one that fulfills a few user requests and makes use of some new techniques I've been wanting to try out. Enjoy it :)

Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images you can use for pretty much whatever.

(* = not included)

AJ aj@lkn.io | @ajlkn

Credits:

Demo Images:
	Unsplash (unsplash.com)

Icons:
	Font Awesome (fontawesome.io)

Other:
	jQuery (jquery.com)
	Scrollex (github.com/ajlkn/jquery.scrollex)
	Responsive Tools (github.com/ajlkn/responsive-tools)