Skip to content

Commit

Permalink
Merge pull request #31 from brondsem/old_cleanup
Browse files Browse the repository at this point in the history
Old cleanup
  • Loading branch information
brondsem authored Jan 4, 2025
2 parents 1e6a2ba + ce087c1 commit 8a0cabe
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 1,155 deletions.
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

0 comments on commit 8a0cabe

Please sign in to comment.