You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2020/05/01 03:07:26 UTC

[airavata-custos-portal] 15/20: Fix setup issues - remove redundant table creation and add requirements for custos sdk

This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git

commit b133a51fcf7499563093dfa3ce558f580ecabcd1
Author: Shivam Rastogi <sh...@yahoo.com>
AuthorDate: Fri Apr 17 13:41:42 2020 -0400

    Fix setup issues - remove redundant table creation and add requirements for custos sdk
---
 .../apps/auth/migrations/0003_password_reset_request.py          | 9 ---------
 .../custos_portal/static/common/dist/webpack-stats.json          | 2 +-
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/custos_portal/custos_portal/apps/auth/migrations/0003_password_reset_request.py b/custos_portal/custos_portal/apps/auth/migrations/0003_password_reset_request.py
index b1f0242..7f0278c 100644
--- a/custos_portal/custos_portal/apps/auth/migrations/0003_password_reset_request.py
+++ b/custos_portal/custos_portal/apps/auth/migrations/0003_password_reset_request.py
@@ -46,15 +46,6 @@ class Migration(migrations.Migration):
     ]
 
     operations = [
-        migrations.CreateModel(
-            name='PasswordResetRequest',
-            fields=[
-                ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
-                ('username', models.CharField(max_length=64)),
-                ('reset_code', models.CharField(default=uuid.uuid4, max_length=36, unique=True)),
-                ('created_date', models.DateTimeField(auto_now_add=True)),
-            ],
-        ),
         migrations.AlterField(
             model_name='emailtemplate',
             name='template_type',
diff --git a/custos_portal/custos_portal/static/common/dist/webpack-stats.json b/custos_portal/custos_portal/static/common/dist/webpack-stats.json
index ecbf6b2..dfe6951 100644
--- a/custos_portal/custos_portal/static/common/dist/webpack-stats.json
+++ b/custos_portal/custos_portal/static/common/dist/webpack-stats.json
@@ -1 +1 @@
-{"status":"done","publicPath":"http://localhost:9000/static/common/dist/","chunks":{"admin-edit-request":[{"name":"admin-edit-request.js","publicPath":"http://localhost:9000/static/common/dist/admin-edit-request.js","path":"/home/shivam/Programming/custos_UI/custos_portal/custos_portal/static/common/dist/admin-edit-request.js"},{"name":"admin-edit-request.js.map","publicPath":"http://localhost:9000/static/common/dist/admin-edit-request.js.map","path":"/home/shivam/Programming/custos_UI/c [...]
\ No newline at end of file
+{"status":"done","publicPath":"http://localhost:9000/static/common/dist/","chunks":{"admin-edit-request":[{"name":"admin-edit-request.js","publicPath":"http://localhost:9000/static/common/dist/admin-edit-request.js","path":"/home/shivam/Programming/airavata-custos-portal/custos_portal/custos_portal/static/common/dist/admin-edit-request.js"},{"name":"admin-edit-request.js.map","publicPath":"http://localhost:9000/static/common/dist/admin-edit-request.js.map","path":"/home/shivam/Programmin [...]
\ No newline at end of file