Hello,
I have a "dbname" field in my user Profile... and I have one database to
store all default django data, like users, sessions etc.. when I try to get
some ovject in a view, I will get to other database setted in "dbname"
profile... I make this code:
from django.contrib.auth.models import
I'm realy need to set a database to model form use to validate and save all
data.. how can I pass this type of parameter? like .using(dbname) in view?
Without use db route, because I need all auth database and select to get in
a specific database all other is set in my UserProfile database nam
{{ form.idpedido }}
but when I`m use this, django show me this error:
quantize result has too many digits for current context
I have lookup the internet and I see some error like this, but always about
Decimals fields.. but in my case this error appears in Foreign Key field.
My question is:
Hello,
It's possible, when the user make a login, I set one "global" variable, and
get this value in my view?
My question is because I have a inlineformset_factory, and I need to pass a
user profile do my view.. but it`s doesn't work.
Regards,
T.·.F.·.A.·. S+F
*Fellip
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
*"Quemadmodum gladius neminem occidit, occidentis telum est."* (Epistulae
morales ad Lucilium<http://en.wikipedia.org/wiki/Epistulae_morales_ad_Lucilium>,
Lucius Annaeus Seneca)
*"Any intelligent fool can make things bigger,
;> Produto.objects.filter(idempresa=profile.idempresa)
>>
>> I need to pass UserProfile to my form, to get works my filter.
>>
>> If I use inlineformset_factory, how can I pass the vUserProfile ?
>>
>>
>> Thanks
>>
>> T.·.F.·.A.·. S+F
&g
How can I execute a store procedure in django, using multi-database?
Thanks
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
*"Quemadmodum gladius neminem occidit, occidentis telum est."* (Epistulae
morales ad Lucilium<http://en.wikipedia.org/wiki/Epistulae_morales_ad_Lucilium>
alse,
blank=False, default=1)
When I save ItensPedido, the idvenda_pedido is null. How Can I pass the
idvenda_pedido field? I try to pass the integer but django tell me it`s
need a "pedido" not integer value.
Thanks.
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
*"Quemadmodum glad
I can't use AutoField, because I need to use my StoreProcedure. I use this
StoreProcedure in my Delphi application.
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
*"Quemadmodum gladius neminem occidit, occidentis telum est."* (Epistulae
morales ad Lucilium<http://en.
I have many database setted in my setting.py in my formModel, when I try
to validate the form, show me error:
http://stackoverflow.com/questions/17797419/modelforms-and-multiple-datasbase-error-in-form-is-valid
The problem is.. is_valid is going to "default" database... how can I force
to got
every think.. and I start to think is not possible multi-db in
"runtime" in django.. :(
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
*Blog: http://fhbash.wordpress.com/*
*GitHub: https://github.com/fellipeh*
*Twitter: @fh_bash*
2013/7/23 Brian Millham
> I've done that with
Hi,
I got this models: http://pastebin.com/w2TmyLzt
First: I used db_columns because I used a legacy database from company ERP.
I try to get, in my template the "descricao" field, in my "mercadoria"
model. but I have in my "itenspedido" only "idproduto" not "idmercadoria".
My question is: how
I can't let's django create PK, because, this is a legacy database used by
your Delphi ERP software, and the table was made on this way ( it's crazy I
know, but I can't change anything in database now ).
Thanks again.
Em quarta-feira, 21 de agosto de 2013 17h41min45s UTC
To add in my last comment, I need the Query bring me all related fields in
all models.. all fields in one SQL, to get this field value in my template.
Regards,
Em quarta-feira, 21 de agosto de 2013 17h52min50s UTC-3, Fellipe Henrique
escreveu:
>
> Ok, I have make a mistake, the corr
Hi,
I tried to change queryset in BaseInLineformset but I got this error:
*metaclass
conflict: the metaclass of a derived class must be a (non-strict) subclass
of the metaclasses of all its bases*
*
*
Here my code:
def BaseItensInlineFormSet(BaseInlineFormSet):
def __init__(self, *args, **
Hi guys,
I really about to give up from Django, because? I try to do something
simple and I looking, looking around the internet and don't find anything
about this... try this simple example: http://pastebin.com/epazpBcZ
I just want to get "descricao" field, from "Brinq" model, using a
inlinef
affaele Salmaso
escreveu:
>
> {{ form.brinq.descricao }} ?
>
> On Thu, Aug 22, 2013 at 4:28 PM, Fellipe Henrique
> >
> wrote:
> > Hi guys,
> >
> > I really about to give up from Django, because? I try to do something
> simple
> > and I loo
22 de agosto de 2013 12h19min31s UTC-3, Tom Evans escreveu:
>
> On Thu, Aug 22, 2013 at 3:28 PM, Fellipe Henrique
> >
> wrote:
> > Hi guys,
> >
> > I really about to give up from Django,
>
> So should I bother giving you the advice you asked for, sinc
a" field, as you told:
{{ form.instance.idproduto.idmercadoria.referencia.value }}
doesn't work.. what I miss?
Here is my complete models, forms and view: http://pastebin.com/w2TmyLzt
Cheers,
Em quinta-feira, 22 de agosto de 2013 13h24min31s UTC-3, Fellipe Henrique
escreveu:
&g
, prefer the verbose
> 'Brinquedo'.
>
> So I suggest renaming things like this:
>
> Pai -> Parent
> Brinq -> Toy
> Filhos -> Child
>
> and so forth.
>
>
> Cheers,
> AT
>
>
> On Thu, Aug 22, 2013 at 1:38 PM, Mark Furbe
No, nothing displayed..
Em quinta-feira, 22 de agosto de 2013 13h38min04s UTC-3, Mark escreveu:
>
> Try dropping the .value from referencia. Like {{
> form.instance.idproduto.idmercadoria.referencia }}. Does this work?
>
>
> On Thu, Aug 22, 2013 at 9:35 AM, Fellipe Henrique
&g
our database. In Django
> templates, if something is None or does not exist, it will not raise an
> exception, it just ignores it and remains blank. Also verify the referencia
> field is not empty. If the field is 'NOT NULL' then it will be an empty
> string if it is
Hello,
There's any app to make easier manipulate data using Django and ExtJ?
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.
Hi,
In my template, when I made a reference to my Static folder.. what's the
correct usage?
{{STATIC_URL }} or {% static "" %}
Django 1.7 and Python 3
Thanks!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe
Thanks, but I already try the docs, but my static files doesn't show!
Show me 404 error.. even when I run manage.py collectstatic
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog:
jango will display a standard 404
page.
Any thoughts?
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.wordpress.com/>*
*GitHub:
, how is the problem here... :( in my PyCharm Project,
in HTML, show me: Unresolved Reference, to my static files... :(
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: htt
w me the file..
but, nothing to appears correctly my HTML...
I really upset about these... I really don't know what's happen here...
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http:
Man!!!
You don't believe what's the problem is!!?!
The problem is my Firefox!! For some reason, firefox make a huge cache..
and it's using very old version of CSS and JS... I clean All my data, and
work!!!
Thanks Again!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
lipeh/a0cc18f26aa9868a061f
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.wordpress.com/>*
*GitHub: https://github.com/fellipeh <https://github.com/fe
.context_processor.default_proc',
'social.apps.django_app.context_processors.backends',
'social.apps.django_app.context_processors.login_redirect')
sorry, in my template I use this:
{{ user.first_name }} {{ user.last_name }}
T.·.F.·.A.·. S+F
*F
I found the problem, I was create a custom template context processor, and
for some reason I choose one name that override some function in one os 3rd
apps I'm using... I change the name of my custom context processor, and
works Fine!
Thanks again
T.·.F.·.A.·. S+F
*Fellipe Henrique P. S
ecause these code above don't work...
Thanks agains
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.wordpress.com/>*
*GitHub: https://
Ok,
But, if I want to create some "fields" in RunTime, I thinking to use Dict,
but I don't know what to use to create "temporary" queryset...
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ &
ettings_local import *
SystemError: Parent module '' not loaded, cannot perform relative import
So, what's the better way to get these value?
Regards,
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/ch
Thanks... works now!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.wordpress.com/>*
*GitHub: https://github.com/fellipeh <https:
Hey man!!
In my setup, I use this: Gunicorn + nginx + supervisor
Please, share your confs files.. without them we can't help a lot!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog:
ppens?
Thanks,
regards
[1] - https://gist.github.com/fellipeh/fe2deae4854072b0cb3d
[2] - https://gist.github.com/fellipeh/033fcde17c9771dfb1b2
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog:
Just to complement the previous mail, normal user (django user) like
super-user create using syncdb, works fine!
I'm using django 1.8.
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($
[1] - http://www.intenct.nl/projects/django-allauth/
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.wordpress.com/>*
*GitHub:
Hello,
I need in my dashboard a link to resend activation mail, from
django-allauth.
Any idea? I don't want to use ACCOUNT_EMAIL_VERIFICATION = 'mandatory'
because I want user login in my site, but send again the email.
Regards,
T.·.F.·.A.·. S+F
*Fellipe Henrique P.
-auth javascript!!!
I manually remove the folder, and reinstall django-allauth and work fine
now!
Regards,
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhba
Because I can't work with QueryDict... I try to
transform in python dict, in python list, but anyone works...
Any idea for these problem?
Regards,
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*
.status_changed']
as the "key"...
:(
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.wordpress.com/>*
*GitHub: https://
Any ideas?
I finish all my possibilities in these problem.. :( and no solution...
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.wordp
easy to get using PHP or Rails.. in PHP I get with these:
$_POST['data']['id']
Maybe, something in django isn't implemented yet for these kind POST.
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(
Hi everybody!
I have my old project in Django 1.6, and works fine in development... when
DEBUG=True.. but when I update to 1.7, stop to serving static files.
Here is my files:
url: https://gist.github.com/fellipeh/06746184ee0878f70bc2
template: https://gist.github.com/fellipeh/798b32661d4f9fe37
I in development mode, DEBUG = True. using the django server.
I already run './manage.py collectstatic' they create all my static in my
path.. but don't work...
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ '
Hi,
There's any actual open project to create a company "social" network using
Django? I search on google, and I don't find any project using django (or
even other python framework) only PHP or Ruby...
Thanks,
Cheers!
--
You received this message because you are subscribed to the Google Gr
A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.wordpress.com/>*
*GitHub: https://github.com/fellipeh <https://github.com/fellipeh>*
*Twit
Hi,
I'm started my django app, it's a POS software to control receivable,
invoice of the costumer.
There`s any software like that made using Django?
Cheers
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and st
There's any package to integrate jquery validation in my model forms?
Cheers!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.
other framework for these case?
Cheers!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.wordpress.com/>*
*GitHub: https://github.com/fel
Hi,
>>This is a 'general' advice and not specific to Django.
Yes, I know that, but I just ask, if anyone knows if any framework to work
in these case exists... I don't use Bootstrap *and* Foundation.. I try both.
T.·.F.·.A.·. S+F
*Fellipe Henrique P. So
x27;,
]
I try to run: $ python manage.py migrate and get these:
Operations to perform:
Apply all migrations: admin, auth, contenttypes, sessions
Running migrations:
No migrations to apply.
I have several migration files on each app, but migrate doesn't recognize
them...
I`m using Dja
Hello,
I have 2 model... Model A and B... Model A can has N records of B... That's
simple to do in django... But I want to build the HTML part.. Using the
same mechanism which django use on Groups... In one side show me all
records of B, and I can select one or more to add in A model...
How can I
How can I hide Groups and Permissions on User deatils in Django Admin? Just
Hide, for user can't see/change... I don't want to disable or remove.. just
Hide..
Any idea?
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \
blem... how can I change these "table
title" on TabularInline?
Cheers
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User
aset_users object"
verbose_name and verbose_name_plural change the text on the "blue" line...
Cheers
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https:
appears..
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipeh
<https://fedoraproject.org/wiki/User:Fellipeh>*
*Blog: *http:w
;password')}),
(_('Personal info'), {'fields': (
'first_name', 'last_name')}),
(_('Permissions'), {'fields': ('is_active', 'is_superuser')}),
(_('Important dates'), {'field
image: Inline image 1]
My problem is, the second "Dataset" (on light gray line) and "Dataset_users
object"
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: ht
Hello guys, tried to search on google, but no lucky..
Anyone knows any django app for calendar, to set appointments, hour/day...
with frontend?
Thanks!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1
Thanks Guys.. I'll take a look...
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipeh
<https://fedoraproject
ards,
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipeh
<https://fedoraproject.org/wiki/User:Fellipeh>*
*Blog: *http:www.fellipeh
;, 'cliente.can_edit',
'cliente.can_add')
model = Cliente
form_class = ClienteForm
But, not working... user without these permission, when type the url show
the form...
Any tips how to do that?
Cheers!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo &
Hi Jim,
Tried that, as you can see on my code, but not working.. when user type the
url, still see the template..
Any suggestions?
Regards,
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*F
Thanks guys!
The problem was the permission mixins on my class...
Thanks!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipeh
<
Hi guys,
I need to cache entire model, not a query, not a view.. entire model.. so,
any query using these model will use the cache..
Can I do that using django cache?
regards
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \
Thanks Gideon,
I installed here and for now, it's ok!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipeh
<https://fedor
Hello,
i have these code, for example:
try:
x = parse_date('')
except TypeError:
return False
It's ok for me code like these.. but, when DEBUG == True, I like to show
the django default error page...
How can I do that?
Regards
T.·.F.·.A.·. S+F
*Fellipe Henriqu
Thanks, but.. it's weird I tried that before, and show me the error, but,
only text.. not that "yellow page" from django...
I'll look again my code...
Thanks again!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl
Hello guys,
So, I have several csv files, to open using pyexcel... but I start to have
issues with CSV saved from Excel, with other encoding...
There's any option to verify the encoding of file, or change the encoding?
regards
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: &
There is any way to prevent cascade delete on FK field, without using
signal?
I need to block the Delete process, not to set NULL on field..
Regards!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1
I read the docs, but doesn't work for me... still delete the record... I
looking something directly to model, not using view... there's any way to
do that?
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/
ot;
does not exist. even I put the "core app" abouve the "account app" in
settings.py.
It's appears django try to make the account migration first, but It's
doesn't create yet my "city app"...
What's the better approach to solve these problem?
Regar
Just to update... these error occurs when I use PostgreSQL, using SQLite
works perfect...
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbas
My problem is NOT the order... but I need to create "core app" first..
after that, install "account app".. because my model in "account app" has a
FK to "core app"
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFms
Hello,
I have one model, with a Char(1) Field... in my template I use these code:
But, always enter in "else"... even the record was saved with "A"... I
tried with 'A' and "A", same "problem"...
Any ideas, what's going on?
Cheers!
T.
e returns the class.. but when I use
OfertasEditForm(usuario=reqquest.user) returns the HTML not the class.
How can I do these? What's the better approach?
Regards
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($
It's a simple HTML with these code:
{{ formset helper }}
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipeh
<
Here is my view, model and form:
https://gist.github.com/fellipeh/f10824e61552efd71c8e
Here is my HTML:
{% csrf_token %}
{{ formset.management_form }}
{% crispy formset helper %}
Regards,
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e
t's my error?
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipeh
<https://fedoraproject.org/wiki/User:Fellipeh>*
*Blog:
disk, not in Amazon S3 (default when I use
ImageKit).
So, any idea how can I fix these issue?
Regards.
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.o
Hello,
I'm making some research but I don't find any framework for "bussiness
app", like ERP, using django (or flask)
Anybody know any framework with these concept?
Thanks!
P.S.: for example, about "bussiness app" framework [1]
[1] https://frappe.io/
T.·.F.·.A.
using django it self, I
need to build from scratch a "business app"
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User:Fe
p-top and desk-top use.
>
Sure, Django can help you in your project.. but... most your requisites is
about Front-End, not backend (where django works)... be supported for
mobile, laptop, table etc.. is about frontend, ok?
Cheers!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: >
Sorry to reply your post, but.. how do you show all api link? there's any
settings for these? I asking because, when I try on my api, show me 404
page...
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(o
.com/2LAhmd40
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipeh
<https://fedoraproject.org/wiki/User:Fellipeh>*
*Blog: *http
Hello..
Each model of my app, has a field named user... so, I need to filter any
query on that model user=current_user...
I already do that, but manually for each model, on a view.. and I like to
do that directly on some where when I try to use a query, any record will
be filtered.
Can I
How to verify if is new record or update record on django template? How can
i do that?
Thanks!
--
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+unsu
Hello guys... I have several model with FK with Django User so, I need
to filter each query using:
.filter(created_user=current)user)
I do it, manually... how can do it, automatically?
Thanks
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius
.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipeh
<https://fedoraproject.org/wiki/User:Fellipeh>*
*Blog: *http:www.fellipeh.eti.b
Thanks Jason,
But, can I get current user on model manager? I need to filter with that
info.
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wi
see data from him.. that's the reason I need to
filter... Works like these?
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipe
ct 2 - Product ID: 2
User 2 - Product 1 - Product ID: 3
User 3 - Product 1 - Product ID: 4
Any idea how to do that better?!
Thanks!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*F
actly like admin, to give me
complete list, create, update, delete and form with auto-create fields..
i try to google about that, but found only admin templates, so, I`m here...
asking if anyone know any app like these..
Thanks!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-ma
Hi,
Normal ListView result a list with "model"_list as name... there's any way
to change these name?
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Fedora Ambassador: https:
Hi guys,
A company here need to provide some info for users.. they have a Delphi
ERP, so we need to create a web frontend for some of infos...
Which free template you use? Why?
Thanks!
T.·.F.·.A.·. S+F
*Fellipe Henrique P. Soares*
e-mail: > echo "lkrrovknFmsgor4ius" |
Hello,
I`m using the default processo to get data from user
CreateView -> Form -> Template
Using AngularJS I can set a "spining" to a Submit button.. but.. how can I
set these without using AngularJS.. using the "normal process"
Thanks!
T.·.F.·.A.·. S+F
*Fell
100 matches
Mail list logo