Skip to content

Commit

Permalink
Remove setup app and VSCode files
Browse files Browse the repository at this point in the history
  • Loading branch information
amerkurev committed Sep 25, 2024
1 parent 93895d4 commit 9f66e60
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 163 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ cython_debug/
.idea/

# VSCode
# .vscode
.vscode

# System
.DS_Store
Expand Down
19 changes: 0 additions & 19 deletions .vscode/launch.json

This file was deleted.

8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

65 changes: 0 additions & 65 deletions .vscode/tasks.json

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ docker run -it --rm -v sqlite:/sqlite django-docker-template:master python manag
```console
docker run -it --rm -p 8000:8000 -v sqlite:/sqlite -v $(pwd)/website:/usr/src/website django-docker-template:master python manage.py runserver 0.0.0.0:8000
```
If using VSCode, you may launch the debugpy tool into your development server by running "Simple Debug" from the Run and Debug tab of the IDE.

Now you can go to [http://127.0.0.1:8000/admin/](http://127.0.0.1:8000/admin/) in your browser. Go to the Django admin panel and try updating the server code "on the fly".
Everything works just like if you were running the Django development server outside the container.
Expand Down
Empty file removed website/setup/__init__.py
Empty file.
3 changes: 0 additions & 3 deletions website/setup/admin.py

This file was deleted.

6 changes: 0 additions & 6 deletions website/setup/apps.py

This file was deleted.

Empty file.
Empty file.
50 changes: 0 additions & 50 deletions website/setup/management/commands/safecreatesuperuser.py

This file was deleted.

Empty file.
3 changes: 0 additions & 3 deletions website/setup/models.py

This file was deleted.

3 changes: 0 additions & 3 deletions website/setup/tests.py

This file was deleted.

3 changes: 0 additions & 3 deletions website/setup/views.py

This file was deleted.

1 change: 0 additions & 1 deletion website/website/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"setup.apps.SetupConfig",
"polls.apps.PollsConfig",
]

Expand Down

0 comments on commit 9f66e60

Please sign in to comment.