Git Product home page Git Product logo

mezzanine-themes's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mezzanine-themes's Issues

"SECRET_KEY setting must not be empty"

Hey there!

I just tried downloading and running this but was met with the below exception:

Traceback (most recent call last):
File "manage.py", line 28, in
execute_from_command_line(sys.argv)
File "/Users/majora/venv/lib/python2.7/site-packages/django/core/management/init.py", line 338, in execute_from_command_line
utility.execute()
File "/Users/majora/venv/lib/python2.7/site-packages/django/core/management/init.py", line 330, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Users/majora/venv/lib/python2.7/site-packages/django/core/management/init.py", line 190, in fetch_command
klass = load_command_class(app_name, subcommand)
File "/Users/majora/venv/lib/python2.7/site-packages/django/core/management/init.py", line 40, in load_command_class
module = import_module('%s.management.commands.%s' % (app_name, name))
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
File "/Users/majora/venv/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 14, in
from django.db.migrations.executor import MigrationExecutor
File "/Users/majora/venv/lib/python2.7/site-packages/django/db/migrations/executor.py", line 6, in
from .loader import MigrationLoader
File "/Users/majora/venv/lib/python2.7/site-packages/django/db/migrations/loader.py", line 10, in
from django.db.migrations.recorder import MigrationRecorder
File "/Users/majora/venv/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 9, in
class MigrationRecorder(object):
File "/Users/majora/venv/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 23, in MigrationRecorder
class Migration(models.Model):
File "/Users/majora/venv/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 24, in Migration
app = models.CharField(max_length=255)
File "/Users/majora/venv/lib/python2.7/site-packages/django/db/models/fields/init.py", line 1081, in init
super(CharField, self).init(_args, *_kwargs)
File "/Users/majora/venv/lib/python2.7/site-packages/django/db/models/fields/init.py", line 161, in init
self.db_tablespace = db_tablespace or settings.DEFAULT_INDEX_TABLESPACE
File "/Users/majora/venv/lib/python2.7/site-packages/django/conf/init.py", line 48, in getattr
self._setup(name)
File "/Users/majora/venv/lib/python2.7/site-packages/django/conf/init.py", line 44, in _setup
self._wrapped = Settings(settings_module)
File "/Users/majora/venv/lib/python2.7/site-packages/django/conf/init.py", line 113, in init
raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.")
django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.

Any thoughts of where this might be coming from? I'm very new to Mezzanine so would appreciate any help.

Cheers!

Rich

Themes preview?

Hi!

It will be great if a "preview" of each theme can also be included. At least a screenshot would help

Thanks

Dark theme?

I have been using the Mezzanine CMS for many years now. I always really liked the look and feel of it, but the currents of fashion have changed. I really think some work needs to be put into dark themes that are in with the contemporary times and all that. That is about it, really. I would do it myself but I am not good at frontend work.

Really any of the themes in this project should have a simple boolean setting which turns them dark, if I place such a value in my settings file. I don't really know how easy or hard that is but it really needs to be done.

Where do the themes go?

Hello, this a pretty good tutorial and I am new to mezzanine and Django so I am learning.

I'm trying to figure out where in the mezzanine tree that mezzanine-theme gets pasted ?

Error with 'future' in template Flat

Hello,
When I use the "flat" template I have this error :

_Django Version: 1.10
Exception Type: TemplateSyntaxError
Exception Value:

'future' is not a registered tag library. Must be one of:
admin_list
admin_modify
admin_static
admin_urls
blog_tags
cache
comment_tags
comments
disqus_tags
fb_csrf
fb_pagination
fb_tags
i18n
keyword_tags
l10n
log
mezzanine_tags
pages_tags
rating_tags
static
staticfiles
twitter_tags
tz_

Error during template rendering
In template /home/alex/Mezzanine/meza/testapp/flat/templates/base.html, error at line 3

future' is not a registered tag library. Must be one of: admin_list admin_modify admin_static admin_urls blog_tags cache comment_tags comments disqus_tags fb_csrf fb_pagination fb_tags i18n keyword_tags l10n log mezzanine_tags pages_tags rating_tags static staticfiles twitter_tags tz

This is error came from this line
{% load pages_tags mezzanine_tags i18n future staticfiles %}

With a Django version 1.9.9 it's works fine

Do you have a workaround ?

Static files not responsive

The different themes load but the static files are not being fetched successfully hence only the basic html files are loaded

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.