Any javascript errors showing up in your browser's console?
On Friday, January 24, 2014 11:22:59 PM UTC-5, Jake Schmitz wrote:
>
>
> For some reason I can only create pages from the quick add on the main
> admin page. When I try to add a page from within the actual list of all my
> pages, nothin
Does that mean upgrading mezzannine to latest version ?
On Wednesday, December 25, 2013 1:09:05 PM UTC+5:30, Stephen McDonald wrote:
>
> One contribution to the latest version of Mezzanine was to namespace
> jQuery throughout the admin - unfortunately a handful of spots where jQuery
> is used
For some reason I can only create pages from the quick add on the main
admin page. When I try to add a page from within the actual list of all my
pages, nothing happens. I cannot move the order of my pages around nor can
I add a nested page. Any help would be appreciated.
--
You received this
Putting this in settings.py should help (if not done earlier)
HOST_THEMES = (
('site1', 'themes'),
('site2', 'themes2'),
)
themes 1 & 2 are apps actually contaning code for respective sites and you
need to make appropriate changes to urls.py as well.
Hope it helps.
On Friday, January 24
I just upgraded to 3.0.6 following this thread and it seem to have messed
up Admin. I am not getting menu options, custom tag line has gone missing
though i have modified the files as before and when I go to media library
and click on upload I see all the admin menu like 'dashboard, pages, etc'
Hello
I have some limited experience with Django and I'd like to move a VERY busy
Drupal 6 social site to Django. The main reason is to enjoy more
flexibility, better performance. I am sick of convulted design of Drupal
which saves everything into hyper-normalized database and needs heck load
o
After adding paypal settings to settings.py at the checkout I am getting
following error:
NoReverseMatch at /shop/checkout/
Reverse for 'my_paypal_ipn' with arguments '()' and keyword arguments
'{u'uuid': u'5a55c6be-8e28-47bf-9834-798df8464433'}' not found. 0
pattern(s) tried: []
Wondering wh
It works !
> so the column exists this time, right ?
Yes this time it does exist
>> Changing strings like SHOP_CHECKOUT_STEPS_SPLIT = True
>> does have effect but still I can't see my payments with its google wallet /
>> paypal options
>> There must be something wrong with adding things to dat