jgirardet / djlexique

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Lexique a Lexicon App

Installation dev

  • clone the repo then poetry install
  • add a .env file next to manage.py with this content:
ALLOWED_HOSTS=127.0.0.1
SECRET_KEY=1
DEBUG=True
  • python manage.py migrate
  • python manage.py createsuperuser

Deploy

see deploy.md

Tech used:

Django htmx/hyperscrypt gunicorn

About

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 42.1%Language:CSS 36.2%Language:Python 12.6%Language:HTML 9.0%