o use and do things.
>
> I am bit confused and not sure where I should start to do things?
You do things in models.
You gather things in views.
You render things in templates.
You make things available through urls.
Pretty much.
--
Melvyn Sopacua
--
You received this message because you are
27;1', '\x01'): return True
>
> if value in ('f', 'False', 'false', '0', '\x00', None): return
> False
and if value is something else, nothing (aka None) is returned. You have no
else clause here.
--
Melvyn Sopacua
rough all the steps I
mentioned and in addition introduces the admin, forms (connecting user
input with models, views and templates) and unit tests.
--
Melvyn Sopacua
[1] https://docs.djangoproject.com/en/1.11/intro/tutorial01/
--
You received this message because you are subscrib
On Saturday 17 June 2017 13:11:17 A.S. Khangura wrote:
> On Fri, Jun 16, 2017 at 8:39 PM, Melvyn Sopacua wrote:
> > You do things in models.
>
> So that means all my ML models would be Django-Models?
Yes. Models should be a representation of the data and their interaction.
ne
of the
libraries in between Django and the database changed it's output format. Both
of which will
require attention.
This is one advantage of from_db_value and to_python separation.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Dja
that does this?
Not that I'm aware of.
--
Melvyn Sopacua
--
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...@googlegrou
ur models, cause it's likely your setup is wrong.
--
Melvyn Sopacua
--
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
;
> but i cant get it to work correctly. i get 'burger-place' for the
> name, prod, and service variables for some reason.
You are confusing attributes and models ("fields vs tables"). Please revisit
the
Django tutorial.
--
Melvyn Sopacua
--
You received this mess
> The .* modifier means "match any character (.) zero or more times
> (*)". Since blank/ matches the .* zero times, it is a match for your
> expression.
And his problem is that it does *not* match. Not that it does.
--
Melvyn Sopacua
--
You received this message because you a
urlpatterns (first match wins, no others are tried) or with the view
itself
(get_object_or_404).
You are correct that urlpatterns are only matched against request.path. This
excludes the query string.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google
- Their values are smaller then your new cut-off (10)
Then you can simply transform the field explicitly to primary key and then to
BigAutoField.
Setting the next value can be done using RunSQL[1].
--
Melvyn Sopacua
[1] https://docs.djangoproject.com/en/1.11/ref/migration-operations/
hour during the autumn switch to standard time.
Naive times are fine, as long as you convert to UTC before saving
and treat them as in UTC when loading. Of course, Django aware
does this for you, but if your input (like from an external source) is
guaranteed to be UTC then save some electrons
: {
'USE_REDIS_CACHE': 'default',
},
'q2': {
'USE_REDIS_CACHE': 'default',
}
}
self.assertDictEqual(expect, settings.RQ_QUEUES)
--
Melvyn Sopacua
--
You received this message b
lows many metadata with name and value to be linked to a each
document. I'm
not entirely sure how to describe what your data design accomplishes and I'm
guessing you
can't either or it doesn't accomplish what you think it should.
--
Melvyn Sopacua
--
You received this mes
scheme and sending an api version header with each
response. If the version deviates, the client knows to request the OPTION
header again
for future use.
Either way, you require at least one request to start the learning process.
--
Melvyn Sopacua
--
You received this message because you a
rization/authentication
rather then data model.
--
Melvyn Sopacua
[1] https://djangopackages.org/packages/p/django-guardian/
[2]
https://docs.djangoproject.com/en/1.11/topics/auth/default/#django.contrib.auth.mixins.UserPass
esTestMixin
--
You received this message because you are subsc
.
A developer's task to "remove field A", isn't simply to remove the field from
the model and
makemigrations. Her task isn't done till all querysets that reference that
field by name are
refactored.
--
Melvyn Sopacua
--
You received this message because you are subscr
w the `/static` url
or
failed to run `python manage.py collectstatic`.
--
Melvyn Sopacua
--
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+
{% for user in user_list %}
--
Melvyn Sopacua
--
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...@googlegroups.com.
To post to t
On Monday 03 July 2017 03:09:56 shahab emami wrote:
> hello
>
> i have a question and i cant find answer with search.
Really?
https://duckduckgo.com/?q=django+resize+image&t=ffsb&ia=
software
--
Melvyn Sopacua
--
You received this message because you are subscribed to
t;
> Tom
>
>
> --
> 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...@googlegroups.com.
> To post to th
49YUz-Pa1-Uo9jkGkd1KybB5rSLnp3eAMDQ%
> 40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAF1Wu3OTCbnw4o749YUz-Pa1-Uo9jkGkd1KybB5rSLnp3eAMDQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
"Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/dj
master/
> allauth/account/forms.py
>
> I dont know what I'm doing wrong. Any help you can give is much appreciated
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and
nsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion o
email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAGBeqiM-kY1br4bzb5yWVEOCnXhcYd3ZoV8bUey1nJoS1iNWuQ%40mail.gmail.com.
>
> For more options
what I need) or there is some other factor at work.
>
> On 31 August 2017 at 16:47, Melvyn Sopacua wrote:
>>
>> In the documentation of the test client it is all spelled out how to test
>> file uploads.
>>
>> On Tue, Aug 29, 2017 at 8:48 PM, Derek wrote:
&g
where you think it might provide
a solution.
--
Melvyn Sopacua
--
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...@googlegroups.
d 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...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://g
/groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAAzyz%2BG0MTUNd8xm8ajNby38eoi7Xmj6RgXBZwp2WfAS-n9s2g%40mail.gmail.com.
>
> For more options, visit https://groups.google.com/d/optout.
--
Melvyn Sopacua
ps.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/df3849b9-1b6a-4a68-b0b4-edbf816d5213%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
Melvyn Sopacua
--
You received this message be
mod = importlib.import_module(self.SETTINGS_MODULE)
> File "/usr/lib/python3.5/importlib/__init__.py", line 126, in
> import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> ImportError: No module named 'weather_station.settings'
>
..@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAAzyz%2BG2MjxRv001kjq%3DpkpzReVAHw03Jv9FW6Ry7sHPwKMsSQ%
s@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/d279447c-021b-4af4-b8e6-f7f4bac7f92d%40googlegroups.com.
> For more options, visit https://groups.google.com
>
> ---
>
> I tried to comment out the code you quoted. But that has no effects.
>
>
> On Mon, Sep 4, 2017 at 12:37 PM, Melvyn Sopacua
> wrote:
>>
>> Rename MIDDLEWARE_CLASSES to
>> MIDDLEWARE in settings to see if that changes anything.
>> If not,
829f%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
--
Melvyn Sopacua
--
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, sen
9e3-a85a-88482541c1d8%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and
On Wed, Sep 6, 2017 at 10:19 AM, Xavier Ordoquy wrote:
>
>> Le 6 sept. 2017 à 10:00, Melvyn Sopacua a écrit :
>>
>> One of the core design issues with DRF is that everything
>> is based around a queryset. Even if the set is just one item.
>
> This sounds like an
e 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...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> V
Humor me and call it list_view in the pattern and template references.
--
Melvyn Sopacua
--
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 dj
s element out of that if block.
>>> --
>>> DR.
>>
>>
>> Sorry, that should have been `{{ field.errors }}`.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from th
go-users/7b86f648-798a-4cb5-8fb9-cf2a7db83dd5%40googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and st
;
> --
> 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...@googlegroups.com.
> To post to this group, send email
w this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/a14ca186-079a-4cf3-808f-f8442b6353bf%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google
send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-u
is Christofides
> http://djangodeployment.com
>
>
> On 2017-09-13 15:35, Bernd Wechner wrote:
>
> Well, not a lot of insight from the broader community on this one, but a
> warm thank you to Melvyn Sopacua who took the time to think about it a bit
> and apply his experience which
the field, and include this additional flag.
> That way, auto-detected migrations will include the extra argument to
> the field instance, and there shouldn't be any duplication of the
> extension field on the resulting models reconstructed by migrations.
>
> Good luck,
>
> Mi
django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAHn91odu2EUFBMSUX0CfX2f6in%2BHOUMDnAwkT8-nKPUaOGCnxw%40mail.gmail.com.
>
> For more options, visit https://gr
eiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.co
o the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://g
.
>>
>> Mike
>>
>>
>
> --
> 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...@googlegroups.com.
> To
gt; Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/570196c4-7fd8-45ec-a33f-0713f0639228%40googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
gt; To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/c34ed3e5-2817-4dc6-8d5b-1007e66f988e%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
--
Melvyn Sopacua
--
You received this message because you are subscrib
to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b2d37648-b6cb-4cac-97cc-4fad30bf2b0a%40googlegroups.com.
> For more option
iew this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/87177918-1c8d-4a42-bceb-61de109a9dfa%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
--
Melvyn Sopacua
--
You received this message because you are subscribed
7M8VrjOzJA%2BDGQBQ49490SzDbV7Fz7fnY7R6TxxZmNw%40mail.gmail.com.
>
> For more options, visit https://groups.google.com/d/optout.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop r
ups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b5280e1b-ef5c-4749-a243-c75b3275c897%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
Melvyn Sopacua
--
You received this m
ts for views". Selenium is in the realm of integration
tests, or acceptance tests if you will. It validates the end result, not a
unit of code.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe fro
extbox, so I'm at a loss being a beginner with Django (my first week).
I find this difficult to answer, because you mention "apply" and "integrate"
bootstrap. You have a certain expectation there.
What is that expectation?
--
Melvyn Sopacua
--
You received this messag
clue where the
> "example.com" address comes from - that string is not in my codebase.
It is the default hostname for django.contrib.sites[1] with SITE_ID = 1.
--
Melvyn Sopacua
[1] https://github.com/django/django/blob/master/django/contrib/sites/
management.py#L28
--
sites with a single admin, it generates fully
qualified URLs for the "view on site" functionality, if django.contrib.sites is
in INSTALLED_APPS.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To uns
On maandag 11 juni 2018 20:11:36 CEST Simon Connah wrote:
> I like the idea of the custom attribute. I'll do that then.
The common way is to use a data- attribute[1].
--
Melvyn Sopacua
[1] https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/
Use_data_attributes
--
You
asy possible solution as i am bit new to django:)
Well, the easy solution is to follow the documentation[1]:
Note that any data set during the anonymous session is retained in the
session after a user logs in.
--
Melvyn Sopacua
[1]
https://docs.djangoproject.com/en/2.0
y, try to write a function for it, but in this case it may
be better to refactor the table. Do you know the function of the table and why
it would need an array of small ints stored? Can it be refactored to use
another table?
--
Melvyn Sopacua
--
You received this message because you
for is an iterable that is named 'urlpatterns' in a urls
module.
https://github.com/yourlabs/crudlfap/blob/master/src/crudlfap/router.py#L274
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscrib
database. So why are
you asking why?
--
Melvyn Sopacua
--
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...@googlegroups.com.
To
torial
and in your case it'll be helpful to go through the GIS tutorial[3] as well.
Cause then you'd
discover that other then support for Mapbox and Google maps, Django already has
built
in most of what the DJango Location Field package is offering you.
--
Melvyn Sopacua
---
r cooperate on the project with you.
Naturally, you should offer some incentive to people as this isn't a simple
Question & Answer problem.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from
cally copies the data in the session
from anonymous user to logged in user. It's what sessions are made for.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop recei
I have a lot of this stuff worked out, but for Bootstrap 3. I've done this in a
UX library I've
used for various projects, so it's kinda of a need-driven collection of
widgets, CBV's and
form components - not exactly something for general use.
I've made it available on Gitlab, so you can see h
see the timestamp on this post and here's the migration it thinks
> > it needs to make:
Do you have a custom user model?
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group an
ting up. I recall the
python-daemon package being capable of this (and lots of other good stuff).
https://pagure.io/python-daemon/
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop
quot;,
"/", "?", ":", "@", "=" and "&" are the characters which may be
reserved for special meaning within a scheme. No other characters may
be reserved within a scheme.
Which means, that in http scheme, @ is not reserved and as such doe
such as file locks or shared memory. In
the case of one-off launchers, it's usually easier to implement the
restrictions on the client side (the program being launched). Long running
launchers (like inetd, systemd) can prevent double launch in other ways as
they can keep their own state.
gnals[2], which it
can't do if the
database is doing the deletion.
--
Melvyn Sopacua
[1]
https://docs.djangoproject.com/en/2.0/ref/models/fields/#django.db.models.CASCADE
[2]
https://github.com/django/django/blob/master/django/db/models/deletion.py#L276
--
You received this messa
x27; object has no attribute '_default_manager'
>
>
> So it certainly seems that using model=i will not pass the model name.
> Is this because the argument for model= expects not a string but an object?
Yes. You can use import_module from django.functional to pass a dott
model relations with database representation.
Knowing this means you have to handle things through Django exclusively where
it matters.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and
ot;": "Feedback.user" must be a "User" instance.
You're using a custom user model, but have not set AUTH_USER_MODEL[1].
--
Melvyn Sopacua
[1] https://docs.djangoproject.com/en/2.0/ref/settings/#auth-user-model
--
You received this message because you are sub
ct.com/en/2.0/topics/auth/customizing/#auth-custom-user
--
Melvyn Sopacua
--
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...@g
On zondag 24 juni 2018 15:45:47 CEST Dejan Spasić wrote:
> def post_save_user(**kwargs: Dict[str, Any]) -> None:
> if kwargs['created']:
> return None
So for new users, you bail out and do nothing. Your code works exactly as you
wrote i
will not execute `/usr/bin/python` but
`your-virtualenv/bin/python`. Handing apache a sanitized PATH with the
virtualenv bin dir as first directory, will effectively do the same as
"activation".
(To be complete: activate also alters your shell prompt, this has no effect in
one-off application
ts to the actual Django server with correct hostname, then
all you
need is 2 server blocks: 1 default, 1 with correct `server_name`.
See Request Processing[1] for more background information and tricks.
--
Melvyn Sopacua
[1] http://nginx.org/en/docs/http/request_processing.html
--
Y
s is because at 1000
columns = 1000
fields, you will most certainly hit MySQL's maximum row size[2].
--
Melvyn Sopacua
[1] https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model
[2] https://dev.mysql.com/doc/refman/5.7/en/column-count-limit.html
--
You received thi
443 default_server ssl http2;
server_name localhost;
return 301 https://djangoserver.example.com$request_uri
}
server {
listen 443;
server_name djangoserver.example.com;
# ... django setup
}
--
Melvyn Sopacua
--
You received this message because you are subscribed to the
ly using 2 different databases, a model's save() operation
supports a `using`
keyword that allows you to select the database connection[1]. Archiving becomes
really
easy that way.
--
Melvyn Sopacua
[1]
https://docs.djangoproject.com/en/2.0/topics/db/multi-db/#selecting-a-da
bugs in Django itself, by
regularly visiting the bug tracker.
Good luck!
--
Melvyn Sopacua
--
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-us
hen those with a start date coming in descending order.
>
> I am at a loss as to how to achieve this so would welcome any pointers or
> ideas.
Asap field is a boolean. Date field needs to be able to be blank and null.
Then:
tasks = Task.objects.order_by('asap', &
ed--some records are created and some aren't. But the test
> results are always consistent for the way the test was run.
My first instinct is to run the suite with `--parallel 1` and see if that
changes anything. Also, it really helps to have some code - if only to see how
the method
possible" %}
{% else %}
Start Date: {{job.start_date}}
{% endif %}
--
Melvyn Sopacua
--
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
json doesn't know how to serialize an exception
object, it bails out.
The underlying problem is that you're trying to store more then 80 chars into
a field with max lenght 80. Without code, it is impossible to tell how the two
relate.
--
Melvyn Sopacua
--
You received this message be
your "movies app" with:
`python manage.py startapp movies`
That will create the correct boilerplate.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emai
(even
> though it has a valid integer value); examining the
> contrib/auth/decorators.py file in debug mode:
>
> def decorator(view_func):
> @wraps(view_func, assigned=available_attrs(view_func))
> def _wrapped_view(request, *args, **kwargs):
>
On maandag 9 juli 2018 09:19:59 CEST Ravi Bhushan wrote:
> plzz help me to solve this problem
Ask more times. It really helps getting you quality auto ignores.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
T
and CSS created by
> the framework and change some styling attribute like width, of height ?
Yes you can:
- Override html[1]
- Pass options to Select2[2]
P.S. Excellently formulated question.
--
Melvyn Sopacua
[1]
http://django-autocomplete-light.readthedocs.io/en/master/tutorial.h
g I need to check, please let me know.
Do you know how cookies work? Specifically, that on the first request to a
server by a new browser (or command line), there never are cookies?
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Djan
else and I still don't get how the decorator ties in.
Try to
reduce it to an mcve[1].
--
Melvyn Sopacua
[1] https://stackoverflow.com/help/mcve
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this gro
ry about scaling: it's rather large in setup, so if for instance I
would load bootstrap 4's scss, would this be a gigantic long page and menu?
Keep at it!
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To
On donderdag 12 juli 2018 17:13:52 CEST Carlo Ascani wrote:
> Il giorno gio 12 lug 2018 alle ore 16:44 Melvyn Sopacua
>
> ha scritto:
> > First and foremost: awesome job.
>
> Thank you!
>
> > On donderdag 12 juli 2018 14:38:16 CEST Carlo Ascani wrote:
>
n a future
> release. Please consider using UTF8MB4 in order to be unambiguous.", None)*
>
> Any suggestion here please? I seem to be stuck here.
Downgrade to MySQL 5.x or patch PyMySQL. More info:
https://github.com/PyMySQL/PyMySQL/issues/690
--
Melvyn Sopacua
--
You received th
On vrijdag 13 juli 2018 21:40:48 CEST Hambali Idrees Ibrahim wrote:
> i think you can use
> forms.is_valid():
> not
> form.is_valid():
>
> it may work
No, it won't.
Jason diagnosed it correctly.
--
Melvyn Sopacua
--
You received this message because you are subscrib
501 - 600 of 626 matches
Mail list logo