i finally learned how to setup and extend django custom user model with django admin :D
XofP joined the channel
theology joined the channel
c17r joined the channel
milardovich joined the channel
c17r has quit
c17r joined the channel
Haudegen has quit
bradfordli123 has quit
jadajada has quit
bye friends see you tomorrow
throughouts has quit
SpeakerToMeat has quit
lborda has quit
chasonchaffin joined the channel
BPL has quit
BPL joined the channel
matsaman joined the channel
matsaman has quit
veduardo has quit
alrondo
Hi, I'm quite new to programming. Somehow I went for react for frontend and django for backend, truly fascinating. What I'm wandering is if there are any CMS'es if I come to decision to try freelancing...
wondering* that is
veduardo joined the channel
milardovich has quit
chasonchaffin has quit
joshbright joined the channel
Bryson joined the channel
bmjh
@alrondo now that you've started with django + react I think you'd be happier sticking with those. You can freelance with just those 2 under your belt. Try to avoid the insanity of keeping up with web development trends. There are lots of CMS'. Avoid, deflect and distract from all of them. Save yourself. Get out while you can.
BPL has quit
chasonchaffin joined the channel
singlerider joined the channel
geekodour08 has quit
alrondo
@bmjh thanks, I really appreciate that input of yours
mikeliss has quit
bmjh
@alrondo lol do you!?!? I love working with django, and python generally. Everything else can go die in a fire, tbqh. Ruby is cool. Actually have a look at the wagtail CMS - code and docs are very nice for it.
alrondo
@bmjh will do just now
thanks alot btw
cnk
There is a nice demo app for Wagtail - bakery
clone that and play with it
lobo_d_b joined the channel
alrondo
@cnk will do that, thanks
SpeakerToMeat joined the channel
jas02 joined the channel
looks like shit tho, pardon my tongue
by that I mean not end-user friendly
cnk
There has been some talk about how to put a drag and drop editing interface onto Wagtail - a la Squarespace. It might happen
lavalamp has quit
SpeakerToMeat has quit
alrondo
guess nothing like that will ever happen
energizer joined the channel
anyways, django and react seems to be suitable cobination only for serious applications anyways
jadajada joined the channel
bmjh
sure it will. i believe in the wagtail devs.
alrondo
otherwise client could just jus any of the services available out there
jus=use
cnk
A lot of projects that are very custom code still end up needing a CMS for the 'static pages' but you may find that something lighter weight does an OK job for that
but anyone willing to pay for React development is probably picky about their UI so may not like any of the out of the box solutions in the Django eco system
alrondo
cnk good point
SpeakerToMeat joined the channel
Diemuzi has quit
jadajada has quit
milardovich joined the channel
mcspud
wagtail is not nice
It is horrible
zeus1 has quit
cnk
What is your objection to it mcspud?
mcspud
I think its internal structure makes baby kitten-angels cry
It has a super nice admin login though
bmjh
kittens are hellspawn anyway
mcspud
not the angel versions
They're ok
dang`r`us
murder floof <3
ahrs joined the channel
fikka has quit
awagink joined the channel
mcspud
xD
jarshwah_ joined the channel
NomadJim has quit
NomadJim joined the channel
NomadJim has quit
jarshwah has quit
NomadJim joined the channel
bradfordli123 joined the channel
krawchyk joined the channel
murgi has quit
lorddaedra joined the channel
Termy305 joined the channel
jas02 joined the channel
Termy305
hi all, im hittin a really odd problem with django caching, using memcached, both manage.py runserver and gunicorn complain :
(stack trace (load middleware)) results in django. core .cache invalid Cache Backend Error: could not find config for "sitename" in settings.CACHES
I've searched all over, but no idea.
XofP has quit
lorddaedra has quit
cnk
so when you use ./manage.py shell, what do you have in settings.CACHES?
or will manage.py not give you a shell?
Termy305
yah, I tried manage.py shell, and i took a look at settings.CACHES, looks like it's just the default in their
that's why I couldn't understand what's going on. I've got something misconfigured, i just can't figure out what
vdamewood joined the channel
cnk
anything if you grep your project for sitename?
jadajada joined the channel
Termy305
interesting, i removed some of the cache alias settings and now im getting a 'memcache' module not found error out of memcached.py in django core cache backends
BPL joined the channel
octofox has quit
cnk
Sorry. No insight and it's time for me to head home