Initial game logic #198

Merged
jvs merged 6 commits from initial-game-logic into master 2025-04-07 14:00:05 +00:00
Showing only changes of commit 95f2a82532 - Show all commits
+3
View File
@@ -142,6 +142,9 @@ STATIC_URL = '/static/'
STATIC_ROOT = BASE_DIR / "staticfiles" STATIC_ROOT = BASE_DIR / "staticfiles"
STATICFILES_DIRS = [BASE_DIR / 'static'] STATICFILES_DIRS = [BASE_DIR / 'static']
# Exclude development CSS files from collectstatic
STATICFILES_IGNORE_PATTERNS = ['t-input.css']
# Default primary key field type # Default primary key field type
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field # https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field