Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old cleanup #31

Merged
merged 2 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY . $CODE

ENV PATH=$VENV/bin:$PATH

RUN waznexserver/utils.py # inits data
RUN waznexserver/init_data.py

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ create_venv:

.PHONY: init_data
init_data:
$(PYTHON) waznexserver/utils.py
$(PYTHON) waznexserver/init_data.py

.PHONY: init_production
init_production:
Expand Down
File renamed without changes.
32 changes: 0 additions & 32 deletions waznexserver/misc/dreamhost_config.py

This file was deleted.

8 changes: 0 additions & 8 deletions waznexserver/misc/dreamhost_passenger_wsgi.py

This file was deleted.

21 changes: 0 additions & 21 deletions waznexserver/misc/example_apache_vhost.txt

This file was deleted.

9 changes: 0 additions & 9 deletions waznexserver/misc/fix_virtualenv_pil.sh

This file was deleted.

Binary file removed waznexserver/misc/logo_old/favicon.ico
Binary file not shown.
Binary file removed waznexserver/misc/logo_old/favicon.png
Binary file not shown.
Binary file not shown.
Loading