Would it be correct to say that adding validation at model clean level
would make more sense when using this feature with the admin?
On Tuesday, 9 April 2019 15:13:19 UTC+2, Simon Charette wrote:
>
> No form validation is implemented for UniqueConstraint(condition) yet as
> that would require
>
Can you explain more about the GOLD plan - what is it and how much does it
cost?
On Monday, 15 July 2019 12:51:58 UTC+2, Jens-Joris Decorte wrote:
>
> Hello Django developers!
>
> Being both a Django developer and a heavy user of Django applications, I
> found myself accessing the admin interfac
Perhaps try this article:
https://www.howtogeek.com/122641/how-to-forward-ports-to-a-virtual-machine-and-use-it-as-a-server/
If you are using something like Vagrant it’s easier, you just need to update
your vagrantfile with one setting and then run ‘vagrant reload’
Sent from my iPhone
> On 1
Hi
I'm pretty new to Django. I like it a lot but there seems to be no
straightforward way to use a 2-dimensional array in a template, something
that might look like this :
{% for skill in skills %}
{{ skill.name }}
{% for achievement in achievements %}
{{ v_table[fo
On dinsdag 16 juli 2019 03:25:11 CEST Jacob Greene wrote:
> Hello! Has anyone dealt with this before? It seems that my forms don't add
> the CSS class to errors raised in model.clean() or model.clean_fields()
> methods.
>
> I have a form that looks something like this:
>
> class HttpsFaxBoxForm(
Thanks for the help!
After running the command Python manage.py runserver 0.0.0.0:8000, I still
couldn't reach the server. And could you tell me more details about how to
make sure that my port 8000 from the guest virtualbox maps to port 8000 on
the host virtualbox?
On Tue, Jul 16, 2019 at 12:4
OK I solved the problem. I accidently set the primary keys (hidden fields)
when populating the inline forms with javascript.
Am Dienstag, 16. Juli 2019 21:49:10 UTC+2 schrieb Mario Sassmann:
>
> Hi!
>
> I'm trying to write an importer for populating admin model fields with
> existing model d
Hi
I use IIS to hosting Django web site ! I always meet the below problem!!
- log begin -
Error occurred while reading WSGI handler:
Traceback (most recent call last):
File "c:\program_files\anaconda3\lib\site-packages\wfastcgi.py", line 791, in
main
env, handler = read_wsgi_han
They both will play well with Django because all you need to do is expose a
REST API using something like DjangoRestFramework, and you use Vue/Angular
to consume this API and display content to the user.
On Tue, Jul 16, 2019 at 11:32 AM Pradeep Singh
wrote:
> which framework is good with django
Hello guys, I am a newbie in python, I was given a task to make the django
admin page for an askbot app, the askbot app has already been in production
for awhile, when I visit https://somecompany.askbot.com/admin, I get a page
not found error. Can you please point out what could be wrong?
This
You also need to make sure that your port 8000 from the guest virtualbox maps
to port 8000 on your host virtualbox
Sent from my iPhone
> On 15 Jul 2019, at 23:34, CHENXIN YANG wrote:
>
> I created the new Django project on a vagrant virtual box, but I had trouble
> reaching the server at http
To expose your server to external hosts try running:
Python manage.py runserver 0.0.0.0:8000
Sent from my iPhone
> On 15 Jul 2019, at 23:34, CHENXIN YANG wrote:
>
> I created the new Django project on a vagrant virtual box, but I had trouble
> reaching the server at http://127.0.0.1:8000/ aft
Hi!
I'm trying to write an importer for populating admin model fields with
existing model data: This is my approach: I modified the admin view for the
specific model and added a form including select boxes to choose the
existing model and a button to start the import.
As I'm using drf for ma
We use django groups for that. So we give groupnames like ALLOW_SOMETHING
and then in code and templates we do check if user has that group or not.
ti 16. heinäk. 2019 klo 19.26 Tal kirjoitti:
> I know you can have permissions on individual models that control which
> users have access to them,
I know you can have permissions on individual models that control which
users have access to them, but I need something for my apps.
Ex. If a user logs in, does he have access to the store_app? The forum_app?
etc.
I have a solution that looks something like this:
models.py:
class MyUser(Abstr
Hi everyone
My project uses two authentications ways for different users. Administrator
users authenticate themselves with username and password (ModelBackend).
Customers authenticate themselves with phonenumber and token (custom
authentication backend).
My custom backend authentication backe
Hi.
Err... if you don't find one code a one?
ma 15. heinäk. 2019 klo 23.08 Sebastian Jung
kirjoitti:
> Hello,
>
> i want a full complete E-Mail client like https://www.mailpile.is/ but in
> django. I need only from mailpile a view with template with email
> directories on left side and in rest
Hi.
Did you mapped 8000 port to outside of vagrant box? And did you told
runserver to listen all interfaces (0.0.0.0) since by default runserver
listens to localhost. In case of vagrant "localhost" interface is within
vagrant box itself.
ti 16. heinäk. 2019 klo 5.22 CHENXIN YANG
kirjoitti:
> I
Any. Django really don't care about it. There exists also at least react
and svelte too...
ti 16. heinäk. 2019 klo 13.33 Pradeep Singh
kirjoitti:
> which framework is good with django angular or vue js please suggest
> me best one
>
> --
> You received this message because you are subscribed
Full_clean is Django internal method which you should't touch.
.clean() method validation errors go to special non-field errors and by
quick look it should get correct css class.
If you could provide minimal project with suspected faulty behavior (for
example in github) it would be easier to see
Thank you for the reply! And good catch haha, I'm not actually. I editing these
by hand so I wasn't posting some confusing telephony terminology. I'm
displaying errors in my templates by marking them with that "form_error" css
class. They are just red and bold, most errors are shown with the cor
which framework is good with django angular or vue js please suggest me
best one
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@goo
At least you should't call super.clean_fields() in clean() method...
Also how are you outputting errors in your template?
ti 16. heinäk. 2019 klo 5.22 Jacob Greene
kirjoitti:
> Hello! Has anyone dealt with this before? It seems that my forms don't add
> the CSS class to errors raised in model.
Hi.
Well most of the things you describe are not spesific to django but just
how you do layout your data with HTML.
And yes all can be done with django.
Being sensible? That is really subjective matter.
ti 16. heinäk. 2019 klo 5.22 Nicolas Huergo kirjoitti:
> Hey!
>
> I'm pretty much new to D
24 matches
Mail list logo