backend icon indicating copy to clipboard operation
backend copied to clipboard

[API Hangouts] Create Hangouts Django App & Associated apps.py Files

Open BethanyG opened this issue 5 years ago • 3 comments

PARENT TRACKING ISSUE: #160

Create a Django app hangouts for the new Hangouts api endpoint, and a apps.py file to go with it.

See Django startapp for some background details on how to do this via the manage.py app when using a virtualenv.

Since we are mostly using docker, docker-compose run --rm app django-admin startapp hangouts is the equivalent command to create the folders and placeholders.

You can also create the folders manually directly inside the git repo, but this won't give you the placeholder files that Django creates automatically.

BethanyG avatar Aug 26 '20 09:08 BethanyG

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 26 '20 10:10 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Nov 25 '20 18:11 stale[bot]

Still open.

BethanyG avatar Nov 25 '20 18:11 BethanyG