Skip to content

Commit

Permalink
Merge pull request #35 from softwarecrafts/main
Browse files Browse the repository at this point in the history
Update references to the renamed directory from django -> djangosocial
  • Loading branch information
nanorepublica authored May 17, 2024
2 parents dc158da + 5e35cd8 commit 110451d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: gunicorn wsgi:application --bind 0.0.0.0:$PORT --timeout 300 --chdir django
release: python django/manage.py migrate
web: gunicorn wsgi:application --bind 0.0.0.0:$PORT --timeout 300 --chdir djangosocial
release: python djangosocial/manage.py migrate
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Now, once you come to commit, the project's hooks will be ran automatically.

Project dependencies are managed and maintained using [pip-tools](https://github.com/jazzband/pip-tools).

The core dependencies of the project can be found in ``django/requirements.in`` and ``requirements.txt``
The core dependencies of the project can be found in ``djangosocial/requirements.in`` and ``requirements.txt``
is generated by running ``pip-compile`` available via the ``do.sh`` script. More on this below.

### Using Docker Compose
Expand Down
2 changes: 1 addition & 1 deletion dev-templates/docker-compose.override.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- POSTGRES_PASSWORD=djangosocial
- POSTGRES_USER=djangosocial
volumes:
- ./django:/django/
- ./djangosocial:/django/
djangosocial-postgres:
environment:
- POSTGRES_DB=djangosocial
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
djangosocial-django:
build:
context: django
context: ./djangosocial
target: django-prod
container_name: djangosocial-django
depends_on:
Expand Down

0 comments on commit 110451d

Please sign in to comment.