mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-15 23:32:17 +00:00
Now uses Sentry 1.13.5 / Raven 0.7.0 correctly, fixed the requirements
This commit is contained in:
3
fabfile.py
vendored
3
fabfile.py
vendored
@@ -159,7 +159,8 @@ def restart_uwsgi():
|
||||
@task
|
||||
def runserver(port=3333):
|
||||
with prefix('. .env/bin/activate'):
|
||||
local('app/manage.py runserver %s' % port, capture=False)
|
||||
ip = local("""ip addr list eth0 |grep "inet " |cut -d' ' -f6|cut -d/ -f1""", capture=True)
|
||||
local('app/manage.py runserver %s:%s' % (ip, port), capture=False)
|
||||
|
||||
@task
|
||||
def test():
|
||||
|
||||
Reference in New Issue
Block a user