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

Delete unused tola modules #1067

Merged
merged 1 commit into from
Mar 29, 2018
Merged

Conversation

rafa-munoz
Copy link
Contributor

Purpose

Deletes unused tola module code.

Related ticket: #898

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.5%) to 50.292% when pulling 43f1752 on Menda:cleanup-tola into 1f0a22a on toladata:dev-v2.

@rafa-munoz rafa-munoz requested a review from jefmoura March 28, 2018 09:39
urlpatterns = [
url(r'^__debug__/', include(debug_toolbar.urls)),
] + urlpatterns
urlpatterns = []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't you remove the file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When Django does the bootstrap it needs at least a urls.py file to run the webserver or the tests.

@jefmoura jefmoura merged commit 0b881de into toladata:dev-v2 Mar 29, 2018
@rafa-munoz rafa-munoz deleted the cleanup-tola branch April 25, 2018 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants