Is there a way to find out if a Django site is built with Django CMS looking trough the source code?
33 views
Skip to first unread message
Brandon
unread,
Jul 4, 2018, 1:00:13 PM7/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
There's a site that a friend needed looking into, He's just the Marketing guy so he wouldn't know for sure.
I get the feeling the site was created with Django and NOT Django CMS, is there any way to tell without having access to the back-end?
Thank you in advance.
Carlo Ascani
unread,
Jul 4, 2018, 1:46:44 PM7/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Il giorno mer 4 lug 2018 alle ore 19:00 Brandon <miker...@gmail.com>
ha scritto:
>
> There's a site that a friend needed looking into, He's just the Marketing guy so he wouldn't know for sure.
> I get the feeling the site was created with Django and NOT Django CMS, is there any way to tell without having access to the back-end?
> Thank you in advance.
Not sure but...
try visit /admin and see if the login page looks like the Django one,
or the django-cms one
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
The CMS section in that screenshot is a clue.
Chematronix Quarantamila
unread,
Jul 5, 2018, 8:56:20 PM7/5/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Like Jason says, you can look for the CMS module in the admin, like in the image you posted (though it's called Django CMS and not just CMS in recent versions, and my setup has more plugins/options and a prettier theme), or for occurrences of "aldryn", "divio" or "cms-plugin" in the HTML or CSS of the pages.
Brandon
unread,
Jul 6, 2018, 12:12:50 AM7/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Thanks guys you guys are super awesome!! Really appreciate you.
It looks like it's just DJango.
Curious how involved is installing Django CMS?
Is it relatively fast, as a plugin install or is there are lot more to it?
Also concerned if it would affect the Maria dB or any contnet.
TimT Vogt
unread,
Jul 6, 2018, 5:02:52 AM7/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message