Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgirardet/djlexique
https://github.com/jgirardet/djlexique
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgirardet/djlexique
- Owner: jgirardet
- License: lgpl-3.0
- Created: 2021-10-01T08:12:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T22:48:37.000Z (over 1 year ago)
- Last Synced: 2024-08-03T17:09:38.985Z (4 months ago)
- Language: JavaScript
- Size: 2.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-htmx - Lexicon App - Lexicon app using django3.2, htmx, hyperscript. (Examples by Back-end / Python-based (Django, FastAPI, Flask))
README
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