Arik Fraimovich
|
4af979d3eb
|
Split __init__ into several modules and remove flask-peewee dependency.
This should make imports more sensible and with less side effects. Also might reduce the memory footprint of the workers.
|
2014-05-18 10:19:07 +03:00 |
|
Arik Fraimovich
|
06910d9002
|
Remove unused dependencies.
|
2014-05-17 16:19:32 +03:00 |
|
Arik Fraimovich
|
310808f1fb
|
Add celery to requirements.txt
|
2014-05-16 14:26:54 +03:00 |
|
Christopher Valles
|
3a2f2be95d
|
Merge stuff
|
2014-05-08 18:38:44 +01:00 |
|
Christopher Valles
|
2d398696d0
|
Update from upstream
|
2014-05-07 15:36:42 +01:00 |
|
Christopher Valles
|
ceb08808f8
|
Merge pull request #5 from hailocab/permission_system
Permission system
|
2014-05-07 15:28:52 +01:00 |
|
Arik Fraimovich
|
413dd61491
|
Remove atfork (it's not needed anymore)
|
2014-04-27 18:13:43 +03:00 |
|
Arik Fraimovich
|
74f9d85752
|
Remove atfork (it's not needed anymore)
|
2014-04-27 18:13:43 +03:00 |
|
Arik Fraimovich
|
2d3a0cc917
|
Update peewee version to be able to use window functions.
|
2014-03-20 13:18:32 +02:00 |
|
Arik Fraimovich
|
ae9e80d6a8
|
Update peewee version to be able to use window functions.
|
2014-03-20 13:18:32 +02:00 |
|
Alessio Garofalo
|
53d81aebed
|
Add gunicorn to the requirements
So when we install it is already there.
|
2014-03-06 12:17:02 +00:00 |
|
Arik Fraimovich
|
3aa4d4c36c
|
Add statsd client requirements.
|
2014-03-03 20:15:02 +02:00 |
|
Arik Fraimovich
|
53ef0f3f2d
|
Add statsd client requirements.
|
2014-03-03 20:15:02 +02:00 |
|
Arik Fraimovich
|
812e8cca9a
|
Add flask_login and use it for managing authentication
|
2014-03-02 14:42:13 +02:00 |
|
Arik Fraimovich
|
269cbe839b
|
Add flask_login and use it for managing authentication
|
2014-03-02 14:42:13 +02:00 |
|
Arik Fraimovich
|
8fa45749a9
|
Add Honcho (foreman alternative in Python) file(s).
The reason we have both Procfile and Honchofile is to be able to run both the workers and the web server in a single dyno on Heroku.
|
2014-02-12 20:42:32 +02:00 |
|
Arik Fraimovich
|
cd99927881
|
Add Honcho (foreman alternative in Python) file(s).
The reason we have both Procfile and Honchofile is to be able to run both the workers and the web server in a single dyno on Heroku.
|
2014-02-12 20:42:32 +02:00 |
|
Arik Fraimovich
|
d3ee55a971
|
Switch to Flask-Script.
|
2014-02-09 17:09:07 +02:00 |
|
Arik Fraimovich
|
669b1d9a63
|
Switch to Flask-Script.
|
2014-02-09 17:09:07 +02:00 |
|
Arik Fraimovich
|
fc9bffddbd
|
Updated requirements.txt (flask-peewee).
|
2014-02-06 20:56:00 +02:00 |
|
Arik Fraimovich
|
f890e590e1
|
Updated requirements.txt (flask-peewee).
|
2014-02-06 20:56:00 +02:00 |
|
Arik Fraimovich
|
a4055364e4
|
Remove Django from requirements.txt
|
2014-02-06 20:56:00 +02:00 |
|
Arik Fraimovich
|
99dac8f6fd
|
Remove Django from requirements.txt
|
2014-02-06 20:56:00 +02:00 |
|
Arik Fraimovich
|
e8b0178ae4
|
Update requirements.txt.
|
2014-02-06 20:55:13 +02:00 |
|
Arik Fraimovich
|
806f57c627
|
Update requirements.txt.
|
2014-02-06 20:55:13 +02:00 |
|
Arik Fraimovich
|
c1ccf02ff9
|
Move manage cli into top level
|
2014-02-06 20:55:13 +02:00 |
|
Arik Fraimovich
|
6ebfa16740
|
Move manage cli into top level
|
2014-02-06 20:55:13 +02:00 |
|