I am looking for django developer Job

2024-12-11 Thread jose kj
Hello, I am looking for a job in django developer as remote job. Please contact me CV_2024041516523744.pdf -- You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Looking for developers

2024-12-09 Thread Jose Pinto ATNTS
correctly friend, with django and languages like C# and Python, especially backend. How sad because I am in another country, it is not the United States. I would love to collaborate with you and see if you have the database ready or you are also missing it. El mié, 4 dic 2024 a la(s) 3:05 p.m., Ad

Re: prorgramador

2024-10-23 Thread Jose Pinto ATNTS
Hola Diego, cuéntame qué proyecto tienes que terminar... Dime qué necesitas y si puedo lo hacemos de una vez. Gracias por comunicarte. El mar, 22 de oct de 2024, 6:55 p. m., ASAMOAH EMMANUEL < emmanuelasamoah...@gmail.com> escribió: > envíame un mensaje > > On Tue, Oct 22, 2024 at 7:51 PM Diego G

Re: Hola comunidad django, soy nueva

2024-06-12 Thread Jose Ramirez
Hola el mensaje indica que Django no es capas de detectar tus urls para poder darte mayor detalle es necesario ver si tines correctamente configurado el ROOT_URLCONF y tu archivo de url porfavor envianos tu archiv settings.py y urls.py dentro de la carpeta raiz de tru proyecto y un pantallaso

Re: How to send email from django without authenticate smtp server

2024-03-04 Thread jose kj
Ask chatgpt or bard On Mon, 4 Mar, 2024, 11:20 pm Praveen Chaudhary, wrote: > Hello everyone, > > Basically, I want to send the email from django using smtp server. I have > my own smtp server domain host at port 25, but don't want to pass > EMAIL_HOST_USER & EMAIL_HOST_PASSWORD. I am using Emai

Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-22 Thread jose kj
interested On Sun, Feb 18, 2024 at 10:17 PM SURAJ TIWARI wrote: > 🚀 Join Our Django WhatsApp Bulk Messaging Project! > > 👋 Hello everyone, > > Are you looking for an exciting opportunity to gain hands-on experience in > Django development? Do you want to work on a meaningful project that > lever

Nuevo miembro

2023-07-19 Thread Jose Gonzalez
Me parece un grupo muy interesante -- 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 view this discussion on the web

Re: Slow Performance of Django Web App

2023-06-13 Thread Nisha Jose
Try to check any N+1 issue available in the code. On Mon, Jun 12, 2023 at 9:46 AM Vishesh Mangla wrote: > Try cdn, and use Statics based on screen size > > On Mon, 12 Jun, 2023, 11:14 Vishesh Mangla, > wrote: > >> Lmao >> >> On Mon, 12 Jun, 2023, 10:54 Kunal Mittal, >> wrote: >> >>> I have re

Re: Django error while running

2023-04-04 Thread &#x27;JOSE GONZALEZ SANCHEZ' via Django users
That worked for me Thanks! El lunes, 27 de marzo de 2023 a las 20:02:03 UTC+2, Makan Dianka escribió: > Run this command> pip install -r requirements.txt > > Le mercredi 22 mars 2023 à 13:53:15 UTC+1, James Kalu a écrit : > >> I think it ushould be 'rest_framework' in settings.py under installed

TypeError __init__() takes 1 positional argument but 2 were given

2021-10-18 Thread Jose Cabrera
hello everyone, please help me with this error that is generated in the views.py, in class registro(CreateView): Thank you form.py class RegistrationForm(forms.ModelForm): password = forms.CharField(label='Password', widget=forms.PasswordInput) class Meta: model = UserProfile

Custom User error

2021-10-18 Thread Jose Cabrera
Greetings, I am starting in the world of django and I have some problems with a custom user, for the registration of users to the database, the example that I have works 100% with the user that comes by default allows me to render the registration form user without any inconvenience, but when I

Custom User error

2021-10-18 Thread Jose Cabrera
Greetings, I am starting in the world of django and I have some problems with a custom user, for the registration of users to the database, the example that I have works 100% with the user that comes by default allows me to render the registration form user without any inconvenience, but when I

Custom User error

2021-10-18 Thread Jose Cabrera
Saludos, me estoy iniciando en el mundo de django y tengo algunos problemas con un usuario personalizado, para el registro de usuarios a la base de datos, el ejemplo que tengo funciona al 100% con el usuario que viene por defecto me permite renderizar el formulario de registro de usuario sin ni

Re: looking for an expert django developer

2021-05-23 Thread Nisha Jose
Hi Ryan, My name is Nisha. I am having experience in django. Please contact me in nisha1sh...@gmail.com to discuss further. Thanks, Nisha On Sat, May 22, 2021 at 3:19 AM ryan yadav wrote: > i need an expert django developer ,who alone can build the whole platform > its a medical edtech sta

Re: I need web scraping to get product information from mfg sites

2021-05-19 Thread Nisha Jose
Hi, I am interested to work with you on this. Contact me in the details below. Email Address: nisha1sh...@gmail.com WhatsApp Number: +971 558021371 Thanks, Nisha On Tue, May 18, 2021, 22:49 Sharif Mehedi wrote: > This will particularly be interesting for me. > Okay. > > Contact details,

How to save a result of multiplication

2021-04-24 Thread jose angel encinas ramos
Hi everyone i build a web application in Django 3.1.7 and i try to do the next opeation(multiplication). in my models a have: class Articles(models.Model): quantity = models.PositiveIntegerField() cost_buy = models.DecimalField(max_digits=10, decimal_places=2) total_todo = models.Dec

Try to save multiple files using a one to many fields django

2021-02-21 Thread jose angel encinas ramos
hello everyone, i working in my inventory django app, in this project i try to create a new area and in to each area has a posible to save multiples pdf. so, when i try to save pdf in some new area have this error in terminal ''' django.db.utils.IntegrityError: null value in column "microbusines

Re: multiplying two fields

2021-01-29 Thread jose angel encinas ramos
gt; F('quantity')).output_field=FloatField('result'), >> >> contains a type for the field "cost_buy" (i.e. not "coust_by"). >> >> If that isn't it please give us the traceback. >> >> On Fri, Jan 29, 2021 at 8:50 PM jos

multiplying two fields

2021-01-29 Thread jose angel encinas ramos
Guys gd evening I need help,really i don't kwnow how to do a multiply two fields, have a model called Articles. class Articles(models.Model): #models article Nuevo = 'Nuevo' Semi_nuevo = 'Semi_nuevo' Usado = 'Usado' Otros = 'Otros' STATE_ACTUAL = ( (Nuevo, 'Nuevo'), (Semi_nuevo,'Semi_nuevo'), (

Re: How can I multiply 2 or more fields in django views or models

2021-01-04 Thread jose angel encinas ramos
and the result is this what to you think 😬 On Mon, Jan 4, 2021 at 2:06 PM Ayser shuhaib wrote: > Nothing wrong with the query, the problem is that you are trying to > multiply two values of a different type. > You can fix that by converting the smallInteger value to decimal. > >

Re: Login form

2020-10-05 Thread jose AVOM
yo can use django.contrib.auth, tu use User Class Le lundi 5 octobre 2020 à 14:39:29 UTC+1, mosesomoto a écrit : > How to I create a login form to authenticate users in django web > application using django 3.1 > -- You received this message because you are subscribed to the Google Groups "D

Re: django beginner

2020-08-06 Thread jose AVOM
with any of these, email me @ kovy.ja...@gmail.com. > Good luck! > > On Wed, Aug 5, 2020 at 9:38 PM Thomas POKAM wrote: > >> Hi Jose, >> >> Did you when throw this introduction guide ? >> >> https://docs.djangoproject.com/en/3.1/intro/ >> >> &

Re: Python-django project

2020-08-06 Thread jose AVOM
i am alose interested to join your projet this my whatsapp number +237698097974 Le jeu. 6 août 2020 à 04:21, Nagaraju Singothu a écrit : > Im also interested.my whatsapp number is 7659965869 > > On Wed 5 Aug, 2020, 8:24 PM jhabar singh wrote: > >> Sapna, Can you tell me something about your pro

django beginner

2020-08-03 Thread jose AVOM
hi all. i am new in django i, i want to improve my skill... need for help en challenge ... thks -- 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

Re: Django context to React component

2020-08-03 Thread jose ivan perez diaz
> But tbh, I would not recommend that. This type of integration may create > unnecessary complexities. > > Better to work with the API workflow. > >> On Sunday, August 2, 2020 at 11:02:10 PM UTC+6, jose ivan perez diaz wrote: >> Hi Everyone, >> Where can I found

Django context to React component

2020-08-02 Thread jose ivan perez diaz
Hi Everyone, Where can I found a guide to combine django and React? I mean, what I want is passing the context to a React component, any clue?, I know that is possible combine them throw django rest framework through an API, but is it possible work with the context from django in React, thaks fo

What's the preferred way to implement matching mechanism (radius distance search) in an uber-like app

2020-02-16 Thread Jose Chacón
Hello, django newbie here. I'm from Peru, currently assigned to participate in the development of a startup app. What this startup wants is to match business with truck drivers to transport stuff. I was asked to implement a matching mechanism, firstly I have no idea how to do it but then an id

Getting " ConnectionAbortedError: [ WinError 10053] " while using Django Email in a POST request

2020-01-16 Thread Jose Chacón
Hello guys , i've came across to this error while using django email in a method which is fired after a post request to register new users . The goal of this method is to after a user is created, an email must be sent to user's mail in order to finish registration workflow. Every time the msg.s

Re: Django for beginers

2020-01-08 Thread jose angel encinas ramos
this is the documentation, is very useful https://docs.djangoproject.com/en/3.0/ https://www.valentinog.com/blog/drf/ El mié., 8 ene. 2020 a las 18:08, KULDEEP SHARMA (< onshadeeprmaald1...@gmail.com>) escribió: > How and where can we find the Django doc. And how can we llink Python with > our

Re: Running polls tutorial, see the error message "The empty path didn't match any of these."

2019-12-30 Thread Jose M.
Thansk you are the man! yep this helped me in 2019! Cheers! On Saturday, February 24, 2018 at 10:23:25 PM UTC-5, Dylan Reinhold wrote: > > What you are seeing is correct. > That congratulations page is only displayed by django when you have no > url's defined other than admin. Once you add your f

Re: good day guys

2019-12-04 Thread jose angel encinas ramos
Buenas tardes, ya creaste un super usuario en django?, creo que te hace falta correr python manage.py makemigrations despues python manage.py migrate intenta eso El mié., 4 dic. 2019 a las 17:10, Tosin Ayoola () escribió: > halo guys, i'm working on a school management system that has multi user

tengo un problema a la hora de hacer deploying django app to heroku

2019-11-13 Thread jose angel encinas ramos
mas que nada el poblema que tengo es técnico , el detalle es que cuando escribo en la terminal git push heroku master me lanza el siguiente error y no entiendo cual es el error. (webapps) ➜ BuscadorTims git:(master) ✗ git push heroku master Counting objects: 221, done. Delta compression using u

Re:

2019-03-30 Thread Jose Echenique
Hi, you can see, is very good. http://www.moreware.org/books/The%20Definitive%20Guide%20to%20Django.pdf El sáb., 30 de mar. de 2019 a la(s) 10:12, carol caro (carolcar...@gmail.com) escribió: > Hello. I am a new or beginner django developer. Where do I start from > I have installed python an

django-multimedia

2019-03-19 Thread Jose Echenique
Play video from django app inside the html and by hdmi simultaneously in a raspberry pi, do you recommend django-multimedia? -- 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 a

Django ODBC connect to DB2 IBM(AKA AS400) how to?

2018-04-27 Thread Jose Perez
Guys need an example how to use DJANGO with an ODBC that get connected to an IBM(AKA AS400). -- 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+unsubs

Reporting for Django 2

2018-04-06 Thread jose . espina
Hi I've been trying different django reporting packages with no success Apparently, all of them are developed for versions previous than Django 2.0 Any help will be appreciated José -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscr

No module named list_detail

2017-11-23 Thread Jose Hernando Valencia Pimienta
I obtain this error using django 1.8.18: can you help me? ImportError No module named list_detail C:\Python27\lib\site-packages\profiles\views.py in 1. from django.views.generic.list_detail import object_list -- You received this message because you are subscrib

Re: Annotated queryset + Prefetch object

2017-04-19 Thread Jose Kilo
Hello Simon, That issue looks very similar indeed. I will keep an eye on that ticket. Thanks for your reply. Jose El domingo, 9 de abril de 2017, 1:58:55 (UTC+1), Simon Charette escribió: > > Hello Jose, > > I wouldn't be surprised if this was caused by a Django bug with pr

Annotated queryset + Prefetch object

2017-03-04 Thread Jose Kilo
Hi all, I'm trying to use an annotated queryset inside a Prefetch object. For some reason I'm not getting the expected result. This is a simplified version of my models and query. class User(models.Model): following = models.ManyToManyField('User', related_name='followers', through='Follo

Re: Getting an error when I try to make an html page on django

2016-07-19 Thread Jose
On Tuesday, July 19, 2016 at 8:15:54 AM UTC-4, Jose wrote: > > I was watching a Django tutorial video and on the video the guy writes the > exact same code I have on the picture. In the video whats inside of his > curly brackets turns to purple. Mine does not turn purple

MySql Memory tables doubt...

2016-03-20 Thread Jose Galvan
question is : In order to manipulate it, Do I need to declare this table in the models.py like any other table ? Anybody with experience in this ? Any guidance will be greatly appreciated. TIA Jose -- You received this message because you are subscribed to the Google Groups "Django

Re: MySql Memory tables doubt...

2016-03-19 Thread Jose Galvan
to declare it on models.py, the error I had was for another reason. Thanks very much man ! El sábado, 19 de marzo de 2016, 5:57:00 (UTC-5), René Fleschenberg escribió: > > Hi, > > On Wednesday 16 March 2016 12:58:17 Jose Galvan wrote: > > I am developing a web site to

Re: TemplateSyntaxError: 'subpackage.echo' is not a valid tag library

2015-11-12 Thread Jose Paul
load.py", line 39, in test_load06 output = self.engine.render_to_string('load06') File "C:\Python27\lib\site-packages\django\template\engine.py", line 208, in render_to_string On Thursday, November 12, 2015 at 12:31:40 AM UTC+5:30, James Schneider

TemplateDoesNotExist: first/test.html DJango 1.8

2015-11-12 Thread Jose Paul
I am getting several TemplateDoesNotExist .like below . == ERROR: test_pickling (template_tests.test_response.SimpleTemplateResponseTest) -- Traceback (most rece

TemplateSyntaxError: 'subpackage.echo' is not a valid tag library

2015-11-11 Thread Jose Paul
getting following error ,can someone help me to understand this . compiled_result = compile_func(self, token) File "C:\Python27\lib\site-packages\django\template\defaulttags.py", line 1140, in load (taglib, e)) TemplateSyntaxError: 'subpackage.echo' is not a valid tag library: T

Django 1.8 format error

2015-11-10 Thread Jose Paul
I am getting following errors when I am tried DJango 1.8 test cases against DB2 .What can be the cause for this ?. Can someone comment on this please . == FAIL: test_decimal_numbers (utils_tests.test_numberformat.TestNumberFormat

Re: DJango 1.8 test case fails with IntegrityError error

2015-09-21 Thread Jose Paul
DB2. Is this different from other database?. Thanks, Jose On Monday, September 21, 2015 at 8:37:51 PM UTC+5:30, Simon Charette wrote: > > Hi Jose, > > I looks like ibm_db_django doesn't support Django 1.6+ yet > <https://pypi.python.org/pypi/ibm_db_django/>. > >

Re: DJango 1.8 test case fails with IntegrityError error

2015-09-21 Thread Jose Paul
n27\lib\site-packages\ibm_db-2.0.5.1-py2.7.egg\ibm_db_dbi.py", line 1247, in _execute_helper raise self.messages[len(self.messages) - 1] IntegrityError: Statement Execute Failed: [IBM][CLI Driver][DB2/NT] SQL0407N Assignment of a NULL value to a NOT NULL column "TBSPACEID=2, TABLEID=24,

DJango 1.8 test case fails with IntegrityError error

2015-09-21 Thread Jose Paul
insert statement as above and pass None as value which fails . Why this happens ?. Why correct non null values are not generated for non null field . Please help .Thanks , Jose -- You received this message because you are subscribed to the Google Groups "Django users" group. To u

IntegrityError : AUTH_USER DJango 1.8

2015-09-21 Thread Jose Paul
d . But the sql generated tries to insert none to other fields .DB2 throw error because of this . I think there is some problem in the sql generated . I am getting several same errors on this table . Can someone comment please . Thanks Jose -- You received this message because you are subsc

Re: generating pdf report with django-easy-pdf

2015-05-31 Thread Jose Aguirre
> *You need to add the get method this:* > def get(self, request, *args, **kwargs): """ Handles GET request and returns HTTP response. """ context = self.get_context_data(**kwargs) #data: dic, array, etc. values = [1,2,3,4,5] # add the data in the context conte

admin site, model default permissions

2015-05-20 Thread Jose Ignacio Berreteaga
Hi I'm working with django 1.8. My project has several applications, each one uses a database using routers.I put admin site tables in a database by another router. app1> router1 ---> db1 app2> router2 ---> db2 'admin', 'auth', 'contenttypes', 'sessions', 'messages', 'sites' > rout

not select_relelated records

2014-12-23 Thread Jose Ignacio Berreteaga
Hi Some records on "son" table haven´t their parent record on "parent" table. How to know are they? Thanks in advace. Jose I. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: ANN: Django website redesign launched

2014-12-16 Thread Jose Regalado
NIce!. 2014-12-16 11:39 GMT-04:30 Jannis Leidel : > Hi everyone, > > We're incredibly proud to share with you the new design of the Django > website, the documentation and the issue tracker. > > This is a long time coming and we couldn't be happier to finally ship it :) > > As you can imagine, th

Re: django template auto format tool?

2014-12-14 Thread Jose Regalado
Install vim-autoformat plugin https://github.com/Chiel92/vim-autoformat install sudo apt-get install python-autopep8 pep8 node nodejs sudo npm install -g js-beautify try: 1. create a vim file and put insde file: :Autoformat python :wq save and name it: indent.vim 2 now: vim -s indent.vim my

Auto-refresh the webpage in the  browser, after modify and save

2014-11-23 Thread Jose Regalado
Greetings... I need auto-refresh the webpage in the browser, after modify and save any file of my project, views: , css, jss, .*py, etc. I have 2 monitors. Exist some module or similar for django?, I am using 1.7 1.8-dev Thanks -- You received this message because you are subscribed to the

Change color of table cell based in another cell value django-tables2

2014-08-21 Thread Jose Elvir
I have a html table (django-tables2) based on a model class MasterTable(tables.Table): class Meta: model = Master fields = ("name","reception_date","reception_status","amount_files") I need to change the color of some cell based in the value of others cell. Example : name will b

is there any way to set a default formating for float/decimal numbers like default formats for date/datetime values?

2014-07-01 Thread Juan Jose Huelga
I would like to set a float or decimal format like those set in django.conf.locale.en.formats, for example a default format that floatformat template filter could use to format my numbers by default without decimal places. Something like settings.USE_THOUSAND_SEPARATOR that django use by defaul

django : after pdf rendering for generating print, i want to update model objects

2014-06-23 Thread Neethu Jose
I have a django template containing 2 buttons. One is for show and another is for print. I am getting a list of objects from model to print. And there is a status field boolean in this model. The issue is after taking print, I want to update those objects by making their status field true .

django : after pdf rendering for generating print, i want to update model objects

2014-06-23 Thread Neethu Jose
I have a django template containing 2 buttons. One is for show and another is for print. I am getting a list of objects from model to print. And there is a status field boolean in this model. The issue is after taking print, I want to update those objects by making their status field true .

Conver sql to orm django

2014-06-16 Thread jose alejandro hernandez rosales
Hi , everyone i have a little problem, how do I convert this sql sentence to ORM? SELECT * FROM CLIENTS LEFT JOIN rutas ON clientes.ruta_id = rutas.ID LLEFT JOIN repartidores ON clientes.ruta_id = repartidores.ruta_id -- You received this message because you are subscribed to the Google Groups

Is it possible to get working django transaction with django multiple databases

2014-06-16 Thread Juan Jose Huelga
Hi there. I'm trying to get a django site working with multiple databases, it means a DB1 for django site an another existing DB2 (say a legacy BD) but I need transactions enabled. I need to run queries over BD2 that depends on queries over DB1 and the other way around. If any of these queries fail

Re: Is Django FrontEnd Skeleton easy to use and integrate ?

2013-08-15 Thread Jose Galvan
personalizado sino el Django Admin es sumamente poderoso (ni que hablar de lo rápido que tendrás una interfaz de gestión de tu modelo) y vi por ahí también que hay un proyecto que lo hacen sumamente atractivo visualmente al Django Admin. (http://grappelliproject.com/) 2013/8/15 Jose Galvan

Is Django FrontEnd Skeleton easy to use and integrate ?

2013-08-15 Thread Jose Galvan
side ?, just an example, I would like to learn how to make a real life order entry system with a very user friendly and interactive screens...go I in the right direction ? any other advice will be greatly apreciated. Jose. -- You received this message because you are subscribed to th

RE: Happy new year

2012-12-31 Thread JOSE LUIS FABREGA
Feliz año nuevo, desde venezuela ¡Le deseamos lo mejor ! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr

Django mod_wsgi + No data received in browser

2012-06-07 Thread Jose
I have the following code in wsgi.py and when I try viewing my site in a browser I get a no data received message (Unable to load the webpage because the server sent no data.) I feel like I'm missing the part where this wsgi.py file loads the actual contents of my site... import os import sys imp

Re: Delete a many to many field who is in another table

2011-11-30 Thread jose osuna perez
I try to make this using delete, remove.. Also I using too if request.POST.get('experimentosDelete','')!='': for i in request.POST.getlist('experimentosDelete'): exp=Experimentos.objects.get(proyecto=datos,id=i) exp.experimentos=[] ...

Delete a many to many field who is in another table

2011-11-30 Thread jose osuna perez
Hi, I am finally going to finish the project started and where I end up liking this xD Django that the problem I have is the clearing of a field. I have the following tables. class Proyectos(models.Model): titulo=models.CharField(max_length=100) creacion=models.DateField(default=datetime.d

Automatic Submit

2011-11-24 Thread jose osuna perez
I get that it was not necessary to press the button "Save" for the sbmit. Do so without having to press the button(save or enter), that when you pass this sequence is executed automatically. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" gro

Upload a file

2011-11-24 Thread jose osuna perez
My last question is whether anyone can tell me how to upload files of any kind, not just image. I've got the image, changing the picture of a user (in my program) but do not know how to upload files ... Thanks in advance. -- You received this message because you are subscribed to the Google G

Delete a Field...

2011-11-24 Thread jose osuna perez
Hello, I have a question that I have not been resolved, well three, took and a few days researching the subject, but this being impossible I would appreciate your help, as they are the last 3 points I have left to complete a project: I have the class: class Proyectos(models.Model): titulo=mod

Re: delete a field( many to many)

2011-11-10 Thread jose osuna perez
Thank very much, but I don't know what's happen. I execute the next code and it's doing nothing : if request.POST.get('usuariosDelete','')!='': for i in request.POST.getlist('usuarios'): usuario=User.objects.get(id=i) datos.usuarios.remove(usuario) --

Re: delete a field( many to many)

2011-11-09 Thread jose osuna perez
Sorry xD Hi, i wrote the same text in a Spanish blog xD, well I explain my problem, I have a table that has the following model: class Proyectos(models.Model): titulo=models.CharField(max_length=100) creacion=models.DateField(default=datetime.datetime.now) estado=models.CharField(max_l

delete a field( many to many)

2011-11-09 Thread jose osuna perez
Hola, bueno les explico mi problema, tengo 1 tabla que tiene el siguiente modelo: class Proyectos(models.Model): titulo=models.CharField(max_length=100) creacion=models.DateField(default=datetime.datetime.now) estado=models.CharField(max_length=30) objetivo=models.TextField(null=Tr

Re: Django inline admin max_num, extra not working

2011-10-28 Thread Jose
:47 AM, Jose wrote: > > I have extended the User model as explained here and in many other > > sites. > > > However, when defining the User Profile Inline in admin.py, no matter > > what values I use for max_num or extra, in the admin site it will > > always show on

Django inline admin max_num, extra not working

2011-10-28 Thread Jose
I have extended the User model as explained here and in many other sites. However, when defining the User Profile Inline in admin.py, no matter what values I use for max_num or extra, in the admin site it will always show one inline for the user profile I have already created and another blank one

Re: Add to database

2011-10-13 Thread jose osuna perez
Thanks you¡¡¡ I'll try to see if it works -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.co

Add to database

2011-10-11 Thread jose osuna perez
I have reviewed the document https://docs.djangoproject.com/en/dev/topics/db/queries/ but I can not insert the field users, the models.py table, I try as follows, is this what was spinning in the other issue, not the complete code, thanks: for i in request.POST.getlist('usuarios'): usuario=Use

Re: Looking for IDE + FTP

2011-02-11 Thread jose antunes
Try Komodo Edit 5 It suports ftp/sftp, it's free and supports python Great editor just no design view. On Fri, Feb 11, 2011 at 9:55 PM, Jon J wrote: > As for a suggestion with an editor, I've been using gedit + extensions > for my whole career. It's fast, lightweight, and supports some great > s

Re: new Django-Python can't get to sqlite

2010-08-14 Thread jose antunes
I have recently had the same issue. The problem was a python sqlite3 library missing, by the name "_sqlite3.so". If that is missing it wont work. It can be found if present in the python directory, under the lib_dynload/ directory. Like this for exemple: /usr/lib/python26/lib_dynload/_sqlite3.so O

Re: error loading sqlite3 module

2010-07-29 Thread jose antunes
thanks very much, Installing the libraries did it. 2010/7/29 Alexandre González > You need to install the python sqlite libraries. > > On Thu, Jul 29, 2010 at 15:27, jose antunes wrote: > >> Can anyone please help figuring out why I get t

error loading sqlite3 module

2010-07-29 Thread jose antunes
Can anyone please help figuring out why I get the following error: django.core.exceptions.ImproperlyConfigured: Error loading sqlite3 module: No module named _sqlite3 Using MySql works fine. But not with sqlite3, Sqlite is installed, and both python/sqlite3 and django/db/backends/sqlite3 exist. i

Re: No module named site - error deploying a django-jython war in tomcat

2010-07-26 Thread Jose Flores
: > I got around this problem by downgrading from jython 2.5.2beta1 to > jython 2.5.1. > > Hope that helps! > > Tim. > > On 15/07/10 22:47, Jose Flores wrote: > > > > > Hi guys, > > Any workaround on this issue? > > > Regards, > > Jose >

Re: No module named site - error deploying a django-jython war in tomcat

2010-07-15 Thread Jose Flores
Hi guys, Any workaround on this issue? Regards, Jose On Jul 8, 2:43 pm, Rafael Nunes wrote: > Same problem here. > > Any thoughts? > > On Jun 29, 10:50 am, tobycatlin wrote: > > > > > Hello everybody, > > > I have followed the install instructions for t

Re: cached_db session backend, memcached and SESSION_COOKIE_AGE > 30 days

2009-12-18 Thread Jose C
In case anyone else hits this issue, there's a patch available: http://code.djangoproject.com/ticket/12399 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from th

cached_db session backend, memcached and SESSION_COOKIE_AGE > 30 days

2009-12-14 Thread Jose C
Using the 'django.contrib.sessions.backends.cached_db' and setting SESSION_COOKIE_AGE to any number of seconds greater than 2592000 (i.e. > 30 days) with memcached appears not to work as intended in that the session info is never sent back from the cache. Examples to illustrate: Memcached output

Re: REST failed urlopen

2009-11-03 Thread Jose Blanca
read a couple of books, but this is my first serious application. Thanks again for your help. Jose Blanca --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djan

Re: REST failed urlopen

2009-11-03 Thread Jose Blanca
even if I open other browser and I point to http://localhost:8000/server/ . If I remove the urllib call from the client view everything works as it should. Still clueless looking in google. Best regards, Jose Blanca --~--~-~--~~~---~--~~ You received this message b

REST failed urlopen

2009-11-03 Thread Jose Blanca
possible for the view to get the information from the server. Any hints on what might be the problem? Thanks for your time. Jose Blanca P.D. I'm using python 2.5.2 and django 1.1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Re: ImportError: Could not import settings 'WWlove.settings'

2009-09-22 Thread Jose Sibande
File permissions "seems" to have been the problem. Website is now up and running after trying almost everything (I felt like the day I lost my phone security number). Thank you for the responses. On Sep 22, 1:48 am, Graham Dumpleton wrote: > On Sep 21, 7:50 am, Jose S

ImportError: Could not import settings 'WWlove.settings'

2009-09-20 Thread Jose Sibande
Hi, I get this error in /var/log/apache2/error.log: [Mon Sep 21 01:38:14 2009] [error] [client 41.157.12.3] ImportError: Could not import settings 'WWlove.settings' (Is it on sys.path? Does it have syntax errors?): No module named settings And my /home/jose/WWlove/apache/django.wsgi

Invalid command 'WSGIDaemonProcess'

2009-07-25 Thread Jose Sibande
ded in the server configuration failed! And my /etc/apache2/httpd.conf file looks like this: ServerAdmin j...@localhost ServerName scihelp.info WSGIDaemonProcess mocenter user=jose group=jose threads=25 WSGIProcessGroup mocenter Alias /admin_media /usr/lib/python2.5/site-packa

Re: CSS admin panel when deploy django application on Apache2

2009-06-23 Thread jose antunes
usually that problem is resolved by creating a .htaccess file in the directory were the css resides with AddType /text/css .css because otherwise the server transfers the css as text/html. In the case of django the problem may be also because the css file for the admin panel is outside of the serv

Re: i18 returns me an UnicodeDecodeError

2008-08-26 Thread Jose Jiménez
Ok, i will try to update to the development version. Thanks for your response. On 25 ago, 17:32, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sun, 2008-08-24 at 23:29 -0700, Jose Jiménez wrote: > > Hello, > > > i'm using the stable version (0.96.2) of Django.

i18 returns me an UnicodeDecodeError

2008-08-24 Thread Jose Jiménez
Hello, i'm using the stable version (0.96.2) of Django. When newforms library try to returns a field's validation error, if his translation contains any accent, it returns me an UnicodeDecodeError. If i deactivate i18n in settings.py all runs correctly (showing the messages in english). The error

Re: "for key, value" in 0.96

2008-03-04 Thread Jose Jiménez
Thank you very much everybody. I suspect that was a trunk's functionality. I solved it using a list of tuples. Thanks again. On 26 feb, 00:02, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2008-02-25 at 10:21 -0800, Jose Jiménez wrote: > > Hello everybody, >

"for key, value" in 0.96

2008-02-25 Thread Jose Jiménez
Hello everybody, i'm developing an application with the lates stable release of django (0.96). In the trunk version, i can do "for key, value in variable", but in the 0.96 version i take an error: 'for' statements with five words should end in 'reversed': for key, value in variable How can i ac

Re: Django Web Hosting Service

2007-11-25 Thread Jose C
> In short, if you are running Django in worker MPM for Apache, you can > be subject to sudden memory increases when you get concurrent requests > against resources which chew up a lot of transient memory. Receiving a > lot of concurrent POST requests with large content data can be one > trigger i

Re: How to create groups from code?

2007-11-21 Thread Jose Jiménez
> using pyyaml (it's database backend independent) > > Jose Jiménez пишет: > > > Hello everybody, > > > I'm starting a project in django. I need some custom permissions that > > i created in the model with "class Meta". Now i need to create > >

How to create groups from code?

2007-11-20 Thread Jose Jiménez
so, if other person downloads the code and installs django, could make a "syncdb" and automagically has the same groups. I've been looking for in google but i haven't found anything. Is it possible?? Sorry for my english, i hope you understand me. Th

  1   2   >