-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
[File restructuring]Move project files to repository root #30
Labels
enhancement
New feature or request
Comments
2 tasks
@lpatmo you are assigned to this one. I've just removed the |
lpatmo
added a commit
that referenced
this issue
Mar 7, 2020
* 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 <[email protected]> Co-authored-by: Brylie Christopher Oxley <[email protected]>
This looks like it was addressed by #99. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Several files were added to the project, probably by Cookiecutter Django, in a sub-directory, such as the LICENSE and .gitignore files. It is conventional to keep these files in the repository root.
It might be simpler to move all of the project files, keeping the sub-structure, to the project root.
Task
cbv3_django_prototype
directory to the repository rootRelated task: #26
The text was updated successfully, but these errors were encountered: