-
-
Notifications
You must be signed in to change notification settings - Fork 22
Issues 30 31 file reorg part 2 #89
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
Issues 30 31 file reorg part 2 #89
Conversation
@brylie Thank you!! Another issue, unfortunately: 1/ I checked out this branch 2/ When I run 3/ I opened up my project files and saw that there seems to be an extra cbv3_django_prototype folder next to the |
docker-compose.yaml
Outdated
command: > | ||
sh -c "python /opt/cbv3_django_prototype/manage.py migrate && | ||
uwsgi --ini /opt/cbv3_django_prototype/uwsgi.ini" | ||
sh -c "python /opt/project/manage.py migrate && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it should reference /opt/codebuddies/...
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks!
@lpatmo try opening my branch in a clean clone of the repo. There may be some files remaining when switching branches. |
Will do! Update: I deleted Ran This is confusing because I know ./project/manage.py exists!
This is what I see in docker-compose.yaml when I have the codebase open: Sorry for the back and forth; not sure what is wrong. :/ |
The command should be located in |
IT WORKS!!! Scarily, the first time I tried -- I git pulled and So I blew away the folder and re-cloned the repo, but then checking out this branch and Only issue seems to be these missing Going to merge this and run this on the other branch, and hope a |
Thanks again for helping with this! |
* Move project files like LICENSE into repository root and delete extraneous files * Remove docs folder * Move django apps to repository root * Moved django apps to project root * Issues 30 31 file reorg part 2 (#89) * Rename project folder * Change cbv3_django_prototype references to project * Rename 'core' directory * Change references to users app * Change references to 'core' directory * Change project name to "Codebuddies" * Change path to /opt/codebuddies * Fix project path Co-authored-by: Linda Peng <lpnotes@Lindas-MacBook-Pro-2.local> Co-authored-by: Brylie Christopher Oxley <brylie@amble.fi>
Here are a few additions to the PR by @lpatmo
Note: this pull request is based on @lpatmo's branch, so changes in this PR will go into that branch :-)