CRM Lite
CRM lite, is a short application create with Django using Postgresql as Database, for the fronted has Tailwind CSS
DJANGO - POSTGRESQL - TAILWIND
Pre-Requisites
django 4.1.3
django-tailwind 3.4.0
RUNINNING
- python manage.py runserver
- python manage.py tailwind start
See the video
https://youtu.be/xKxyIQfKOSc
prefix to commit
- [FIX] for bug fixes: mostly used in stable version but also valid if you are fixing a recent bug in development version
- [REF] for refactoring: when a feature is heavily rewritten
- [ADD] for adding new modules
- [REM] for removing resources: removing dead code, removing views, removing modules
- [MOV] for moving files: use git move and do not change content of moved file otherwise Git may loose track and history of the file; also used when moving code from one file to another
- [IMP] for improvements: most of the changes done in development version are incremental improvements not related to another tag
Home

Reports

__Kanban view

__List view

