Skip to content

Commit

Permalink
Remove launchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Jan 30, 2023
1 parent a5ab40e commit d639b85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions botbot/apps/preview/views.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
from launchpad.views import Signup
from django.views.generic import TemplateView

from botbot.apps.bots import models as bots_models


class LandingPage(Signup):
class LandingPage(TemplateView):
template_name = "home.html"

def get_context_data(self, **kwargs):
kwargs.update({
'featured_channels': bots_models.Channel.objects \
Expand Down
1 change: 0 additions & 1 deletion botbot/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
'botbot.apps.kudos',
'botbot.core',

'launchpad',
'pipeline',

'django.contrib.auth',
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ geoip2==2.1.0

# Needs pinning
-e git+https://github.com/lincolnloop/django-jsonit.git#egg=jsonit
-e git+https://github.com/lincolnloop/django-launchpad.git@5047b2ec967c3ddad671cbcee7c02ce68edec2aa#egg=launchpad

# For plugins
-e git+https://github.com/metabrainz/brainzbot-plugins.git#egg=brainzbot-plugins
Expand Down

0 comments on commit d639b85

Please sign in to comment.