11 Commits

Author SHA1 Message Date
Frank Hamand
0329cdf08e Ignore Pipfile.lock for now
Use pipenv run pip freeze instead as Pipfile.lock is pretty buggy
at the moment
2017-03-16 10:33:31 +00:00
Frank Hamand
df3e799cbc Add static files and templates to MANIFEST.in 2017-02-17 14:47:56 +00:00
Frank Hamand
3a5e524b04 Automatically initialise database and assets on docker start
Currently the first time you run the server you need to manually
syncdb, create superuser and collect assets. Do this automatically
on container launch
2017-02-09 17:58:06 +00:00
Mark Unsworth
3270540427 General cleanup (#346)
* updated to latest distribute
* removed django-mptt dependency as it's not used anywhere
* PEP8 cleanup. Removed unused imports, reformatted files
2016-05-14 00:06:40 +01:00
David Buxton
4544986150 Update admin 2015-10-02 10:27:15 +02:00
David Buxton
cc0c4bcb92 Merge branch 'ubuntu1404' of https://github.com/packetcollision/cabot into packetcollision-ubuntu1404
Conflicts:
	.gitignore
2015-02-20 09:33:27 +00:00
Jonathan Balls
43ae71a986 Added support for alert plugins 2015-02-09 12:34:36 +00:00
Daniel Nelson
569c71d0b1 Make Cabot work on 14.04 as well as 12.04
Closes upstream #122
2015-01-21 19:35:55 -08:00
Peter Baumgartner
6fdb2f05f9 More tweaks for Python packaging 2014-03-05 17:05:26 -06:00
Peter Baumgartner
986c39e9e6 Python packaging support
Can be installed from a local checkout with `pip install -e .` or
directly from git: `pip install -e
git+git@github.com:arachnys/cabot.git#egg=cabot`
2014-03-05 16:28:32 -06:00
David Buxton
06fe6c884a Clean repo 2014-01-05 17:24:04 +00:00