Merge branch 'stable' into unstable

This commit is contained in:
Garret Wassermann
2022-07-17 03:33:01 -04:00
41 changed files with 927 additions and 478 deletions

View File

@ -28,7 +28,7 @@ KEYWORDS = []
PACKAGES = ['demodesk']
REQUIREMENTS = [
'django-helpdesk'
]
]
ENTRY_POINTS = {
'console_scripts': ['demodesk = demodesk.manage:main']
}