mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 02:18:08 +00:00
Currently the first time you run the server you need to manually syncdb, create superuser and collect assets. Do this automatically on container launch
22 lines
213 B
Plaintext
22 lines
213 B
Plaintext
.dotcloud/*
|
|
dev.db
|
|
venv/*
|
|
backups/*
|
|
static/
|
|
node_modules/*
|
|
.python-eggs/*
|
|
cabot.egg-info
|
|
cabot/static/
|
|
.env
|
|
.DS_Store
|
|
celerybeat-schedule
|
|
*.pyc
|
|
*.swp
|
|
*.orig
|
|
.vagrant
|
|
conf/*.env
|
|
dist/
|
|
local_config.yml
|
|
build/
|
|
|
|
.idea |