Skip to content

Commit 1ee2d8a

Browse files
authored
Merge pull request #131 from PROCOLLAB-github/dev
Integration with ClickUp API and more
2 parents ea8d697 + a17657f commit 1ee2d8a

17 files changed

Lines changed: 108 additions & 1464 deletions

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ REDIS_HOST=
2323

2424
AUTOPOSTING_ON=
2525
TELEGRAM_BOT_TOKEN=
26-
TELEGRAM_CHANNEL=
26+
TELEGRAM_CHANNEL=
27+
28+
CLICKUP_API_TOKEN=
29+
CLICKUP_SPACE_ID=

procollab/settings.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,8 @@
252252

253253
USE_TZ = True
254254

255-
# Static files (CSS, JavaScript, Images)
256-
257255
STATIC_URL = "/static/"
258-
STATIC_ROOT = BASE_DIR / "staticfiles"
256+
STATIC_ROOT = BASE_DIR / "static"
259257

260258
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
261259

static/admin/css/changelists_new.css

Lines changed: 0 additions & 325 deletions
This file was deleted.

0 commit comments

Comments
 (0)