Don’t every use it inside a model that is not intended to be deleted depending on the relation (ForeignKeyField or OneToOneField) being dropped or not.
That’s it, that’s the note.
Don’t every use it inside a model that is not intended to be deleted depending on the relation (ForeignKeyField or OneToOneField) being dropped or not.
That’s it, that’s the note.
I have been working with JavaScript lately, and I enjoy it so much. It gives me the whole “mobile development vibe” but it is much quicker and easier – no need to build all the time etc. I have to say, it is inclining me to resuming mobile dev activities… not gonna lie.
Just a short note to tell you about the fun I’ve having 😉
You use django-simple-captcha
and just get this all of a sudden.
For me it was that I tried to install Google Captcha or something, it installed captcha
or something, I don’t remember.
Basically, do this:
pip uninstall captcha
pip uninstall django-simple-captcha
pip install django-simple-captcha
honesty, everything that could’ve gone wrong has gone wrong this week with my project. I am not impressed anymore.
A small piece of code, very simple.
Read More »Using print()
is a natural way to work through some tricky tasks anywhere. But particularly in Django you want to double-check that there aren’t any print()
left in your code.
Here lies an order of save methods and what data can be accessed from every one of them.
Read More »