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

Issue 416 remove planet app #442

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,824 changes: 0 additions & 3,824 deletions fixtures/planeta_pyar.json

This file was deleted.

2 changes: 0 additions & 2 deletions pyarweb/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
'taggit',
'taggit_autosuggest',
'bootstrap3_datetime',
'planet',
'pagination',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

¿Será que hay que borrar eso también (por lo que falla el travis)?

Copy link
Member

Choose a reason for hiding this comment

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

Tiene toda la pinta de que ese pagination tamb vuela

'tagging',
'bootstrap3',
Expand Down Expand Up @@ -162,7 +161,6 @@
"django.core.context_processors.request",
"django.core.context_processors.i18n",
"django.contrib.messages.context_processors.messages",
"planet.context_processors.context",

# `allauth` needs this from django
'django.template.context_processors.request',
Expand Down
1 change: 0 additions & 1 deletion pyarweb/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
url(r'^admin/', include(admin.site.urls)),
url(r'^accounts/', include('allauth.urls')),
url(r'^eventos/', include('events.urls', namespace='events')),
url(r'^planeta/', include('planet.urls')),
url(r'^wiki/', include('waliki.urls')),
url(r'^captcha/', include('captcha.urls')),
url(r'^email_confirmation/', include('email_confirm_la.urls',
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ django-email-obfuscator==0.1.5
django-extensions==1.7.7
django-html-sanitizer==0.1.5
django-model-utils==2.6.1
django-planet==0.10.1
django-sendfile==0.3.11
django-simple-captcha==0.5.3
django-summernote==0.8.6
Expand Down
13 changes: 0 additions & 13 deletions templates/planet/authors/blocks/list.html

This file was deleted.

11 changes: 0 additions & 11 deletions templates/planet/authors/blocks/list_for_feed.html

This file was deleted.

14 changes: 0 additions & 14 deletions templates/planet/authors/blocks/list_for_tag.html

This file was deleted.

54 changes: 0 additions & 54 deletions templates/planet/authors/detail.html

This file was deleted.

31 changes: 0 additions & 31 deletions templates/planet/authors/list.html

This file was deleted.

35 changes: 0 additions & 35 deletions templates/planet/authors/list_for_tag.html

This file was deleted.

6 changes: 0 additions & 6 deletions templates/planet/blogs/confirm_delete.html

This file was deleted.

81 changes: 0 additions & 81 deletions templates/planet/blogs/detail.html

This file was deleted.

39 changes: 0 additions & 39 deletions templates/planet/blogs/list.html

This file was deleted.

Loading