We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce1c890 + 8b984af commit a5ccf72Copy full SHA for a5ccf72
.gitignore
@@ -79,7 +79,7 @@ celerybeat-schedule
79
.env
80
81
# virtualenv
82
-.venv
+.venv/
83
venv/
84
ENV/
85
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "submodules/example-django-project"]
2
path = submodules/example-django-project
3
- url = https://github.com/hjwp/example-django-project.git
+ url = https://github.com/pythonanywhere/example-django-project
pythonanywhere/__init__.py
0 commit comments