Skip to content
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

Remove the redundant namespace from app names #31

Open
damonkelley opened this issue Aug 6, 2015 · 1 comment
Open

Remove the redundant namespace from app names #31

damonkelley opened this issue Aug 6, 2015 · 1 comment

Comments

@damonkelley
Copy link
Contributor

Currently the name of the apps are prefixed with coda_

  • coda_mdstore
  • coda_replication
  • coda_validate
  • coda_oai

Considering how the coda project to used be structured in subversion, this namespace made sense because the apps did not live inside the repository for the larger project.

Since the apps now live inside the coda project in version control, and because the project name is coda, it is a good idea to remove the coda_ namespace. Leaving us with

  • mdstore
  • replication
  • validate
  • oai

Not only will this look a bit cleaner when viewing the directory, but it will also clean up the imports.

@damonkelley
Copy link
Contributor Author

Removing this from the Upgrade to Django 1.8 milestone because this will alter the database schema. We should hold off on this until we are able to more easily make database changes on deploy.

@damonkelley damonkelley removed this from the Upgrade to Django 1.8 milestone Jan 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant