From a1376a3a6d417ef8c1a51309cd91145d3e80c3b3 Mon Sep 17 00:00:00 2001 From: Eduardo Rosas Date: Fri, 12 Apr 2019 12:19:22 -0500 Subject: [PATCH 1/4] Update urls --- corrrector/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/corrrector/urls.py b/corrrector/urls.py index b0a18d3..d6ae972 100644 --- a/corrrector/urls.py +++ b/corrrector/urls.py @@ -4,4 +4,5 @@ urlpatterns = [ path('admin/', admin.site.urls), path('', include('authentication.urls')), + path('note/', admin.site.urls), ] From e10fb6ebe828fcb07f8d545c8680b2380aa902d3 Mon Sep 17 00:00:00 2001 From: Eduardo Rosas Date: Fri, 12 Apr 2019 12:25:38 -0500 Subject: [PATCH 2/4] Update yml --- .circleci/config.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5022a3..a6e099d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,18 +20,8 @@ jobs: - checkout # Download and cache dependencies - - restore_cache: - keys: - - v1-dependencies-{{ checksum "package.json" }} - # fallback to using the latest cache if no exact match is found - - v1-dependencies- - run: yarn install - - save_cache: - paths: - - node_modules - key: v1-dependencies-{{ checksum "package.json" }} - # run tests! - run: yarn test From 97bf63ed34bf74e92fc879f0e813da09dd970697 Mon Sep 17 00:00:00 2001 From: Eduardo Rosas Date: Fri, 12 Apr 2019 12:27:38 -0500 Subject: [PATCH 3/4] Update --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a6e099d..20f8360 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,4 +24,3 @@ jobs: - run: yarn install # run tests! - - run: yarn test From 1792accef55281c42e19e1de897bf1db0878cab5 Mon Sep 17 00:00:00 2001 From: Eduardo Rosas Date: Fri, 12 Apr 2019 13:58:39 -0500 Subject: [PATCH 4/4] Delete for students --- corrrector/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/corrrector/urls.py b/corrrector/urls.py index d6ae972..b0a18d3 100644 --- a/corrrector/urls.py +++ b/corrrector/urls.py @@ -4,5 +4,4 @@ urlpatterns = [ path('admin/', admin.site.urls), path('', include('authentication.urls')), - path('note/', admin.site.urls), ]