diff --git a/src/= b/src/= new file mode 100644 index 0000000..4352951 --- /dev/null +++ b/src/= @@ -0,0 +1 @@ +Requirement already satisfied: pycparser in /home/arnavdeep/.virtualenvs/src-qzoy/lib/python3.10/site-packages (2.20) diff --git a/src/pkg_update.py b/src/pkg_update.py new file mode 100644 index 0000000..2be2c2d --- /dev/null +++ b/src/pkg_update.py @@ -0,0 +1,6 @@ +import pkg_resources +from subprocess import call + +packages=[dist.project_name for +dist in pkg_resources.working_set] +call("pip install --upgrade " + ' '.join(packages), shell=True) \ No newline at end of file diff --git a/src/project/views.py b/src/project/views.py index 3f08e9e..8b5b5f3 100644 --- a/src/project/views.py +++ b/src/project/views.py @@ -68,7 +68,7 @@ class ProjectUpdateView(LoginRequiredMixin, UpdateView): class TeamListView(LoginRequiredMixin, ListView): model = Team - template_name = 'proeject/team_list.html' + template_name = 'project/team_list.html' context_object_name = 'teams' def get_queryset(self): diff --git a/src/requirements.txt b/src/requirements.txt index 0df5f45..eae9fc8 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -7,7 +7,6 @@ backcall==0.2.0 billiard==3.3.0.23 celery==3.1.26.post2 certifi==2020.11.8 -cffi==1.14.0 decorator==4.4.2 Django==3.1.6 django-appconf==1.0.4 diff --git a/src/settings.py b/src/settings.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/settings.py @@ -0,0 +1 @@ +