Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
HUEAPPS-12 New branch to keedio style
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmleiro committed Nov 25, 2015
1 parent 6686b8a commit 5676c91
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 2,197 deletions.
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

2 changes: 0 additions & 2 deletions desktop/core/src/desktop/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def coerce_password_from_script(script):
# trailing newline.
return stdout.strip('\n')

DEFAULT_THEME = 'default'
HUE_THEMES = ['default', 'keedio']

HTTP_HOST = Config(
key="http_host",
Expand Down
7 changes: 0 additions & 7 deletions desktop/core/src/desktop/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,12 @@
from desktop.lib.i18n import force_unicode
from desktop.lib.exceptions_renderable import PopupException

from django.conf import settings
from django.db import models
from django.contrib.sessions.models import Session


LOG = logging.getLogger(__name__)


SAMPLE_USERNAME = 'sample'

class UserSession(models.Model):
user = models.ForeignKey(settings.AUTH_USER_MODEL)
session = models.ForeignKey(Session)

class UserPreferences(models.Model):
"""Holds arbitrary key/value strings."""
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
17 changes: 0 additions & 17 deletions desktop/core/src/desktop/static/desktop/css/custom/default.css

This file was deleted.

Loading

0 comments on commit 5676c91

Please sign in to comment.