Skip to content

Commit 8e95666

Browse files
committed
move locale directory into app and add icalendar dependency
- Move locale/ to appointment/locale/ for proper package distribution - Remove custom LOCALE_PATHS configuration relying on Django's automatic discovery
1 parent 5af4324 commit 8e95666

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed
File renamed without changes.
File renamed without changes.

appointments/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131

132132
APPOINTMENT_BUFFER_TIME = 0
133133

134-
LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]
135134
LANGUAGES = (
136135
('en', _('English')),
137136
('fr', _('French')),

0 commit comments

Comments
 (0)