Skip to content

Commit 5555b93

Browse files
author
Andres Vargas
committed
update fabfile
1 parent 61eae74 commit 5555b93

26 files changed

+17
-101627
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,4 @@ node_modules
133133
coverage
134134
htmlcov
135135
tags
136+
dist/

app/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# SECURITY WARNING: don't run with debug turned on in production!
2626
DEBUG = True
2727

28-
ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'pingcrm.fly.dev']
28+
ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'pingcrm.fly.dev', "inertia.opensrc.mx"]
2929

3030

3131
# Application definition

0 commit comments

Comments
 (0)