Re: Collaborators

2020-06-19 Thread chaitanya orakala
Hey John, I had sent an email in interest to this position. Please have a look at it Thanks On Fri, Jun 19, 2020 at 7:52 PM John McClain wrote: > Hello Ali, > > Please contact me via email or skype to discuss the possibilities. > > Cheers, > > John > > On Fri, 19 Jun 2020 at 12:37, Ali Murtuza

Re: How to get Dependent Dropdown Feilds in Django ModelForms. Please answer : Important

2020-06-19 Thread chaitanya orakala
Hi guys, I made a video on how to solve this problem. Please go to the link below and subscribe for more content. https://youtu.be/XvX6Q64oFyw There is a git repo link in the description as well. Thank You On Wed, Jun 10, 2020 at 3:50 PM chaitanya orakala wrote: > Answer : > > *First hide

Re: How to get Dependent Dropdown Feilds in Django ModelForms. Please answer : Important

2020-06-19 Thread chaitanya orakala
Hi guys, I made a video on how to solve this problem. here is the Link https://youtu.be/XvX6Q64oFyw On Wed, Jun 10, 2020 at 3:50 PM chaitanya orakala wrote: > Answer : > > *First hide the necessary fields which you want to hide and pop in drop > down.* > style.css > >

Re: Collaborators

2020-06-19 Thread John McClain
Hello Ali, Please contact me via email or skype to discuss the possibilities. Cheers, John On Fri, 19 Jun 2020 at 12:37, Ali Murtuza wrote: > Hello I am intrested for Django backend developer > > On Fri, 19 Jun 2020 at 2:55 PM, John McClain > wrote: > >> Hello all, >> >> I am looking for

Re: Collaborators

2020-06-19 Thread John McClain
Hello Ragnar, you can send me an email or contact me via skype both details are in the signature cheers, John On Fri, 19 Jun 2020 at 13:08, Ragnar Örn Ólafsson Ólafsson < ragnar@gmail.com> wrote: > Hi John, > > I’d love to get in touch with you regarding the Django role. What’s the > best

Re: Deploy Django Ubuntu

2020-06-19 Thread cosmos multi
https://devcenter.heroku.com/articles/django-app-configuration El vie., 19 jun. 2020, 6:10 p. m., Perceval Maturure escribió: > Mod_wsgi does it like a charm > > https://m.youtube.com/watch?v=Sa_kQheCnds > > On Fri, 19 Jun 2020 at 21:10, Julio Cojom > wrote: > >> nginx + gunicorn. >> >> >>

Re: cx_Oracle.DatabaseError: ORA-00910: specified length too long for its datatype

2020-06-19 Thread Tim Graham
The relevant migration is: https://github.com/divio/django-cms/blob/d6cabc49f016dd9a16f91440da9fb6790d27c2ae/cms/migrations/0008_auto_20150208_2149.py It increases the length of a CharField to 2048 characters which seems to be longer than Oracle supports. As far as I know, Django CMS isn't

Re: Deploy Django Ubuntu

2020-06-19 Thread Perceval Maturure
Mod_wsgi does it like a charm https://m.youtube.com/watch?v=Sa_kQheCnds On Fri, 19 Jun 2020 at 21:10, Julio Cojom wrote: > nginx + gunicorn. > > > https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04 > > > > > El vie., 19 jun.

Re: Please help me out!

2020-06-19 Thread Kunal Solanke
Django channels On Fri, Jun 19, 2020, 12:01 meera gangani wrote: > Hello , > > I want to implement a Notification module in my Project > could you please help me out! > > > Thank you > -Meera Gangani > > -- > You received this message because you are subscribed to the Google Groups >

Re: I need someone to ask

2020-06-19 Thread Mottaz Hegaze
add me on skype and let us talk m3tz-hjze On Fri, Jun 19, 2020 at 8:32 PM Rami Hegazy wrote: > My problem is i don't understand what exactly happens and why > > Please, if you are someone who understands django very well i need to get > in touch with you somehow to explain some stuff to me >

Re: Deploy Django Ubuntu

2020-06-19 Thread Julio Cojom
nginx + gunicorn. https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04 El vie., 19 jun. 2020 a las 12:59, Giovanni Silva () escribió: > Dears, > > How is the best way to deploy a Django App in the Ubuntu VPS? > Can you get me

Deploy Django Ubuntu

2020-06-19 Thread Giovanni Silva
Dears, How is the best way to deploy a Django App in the Ubuntu VPS? Can you get me a tutorial ? -- *Giovanni Silva* (31) 9 9532-1877 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: urgent

2020-06-19 Thread cosmos multi
Is {% load static %} not {% load staticfiles %} El vie., 19 jun. 2020, 1:32 p. m., Awais Ahmad escribió: > i'm facing this problem and i can't fix it any body please help me or tell > me about this error > > -- > You received this message because you are subscribed to the Google Groups >

Re: urgent

2020-06-19 Thread Larry Martell
On Fri, Jun 19, 2020 at 2:32 PM Awais Ahmad wrote: > > i'm facing this problem and i can't fix it any body please help me or tell me > about this error It should be static not staticfiles. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Populate choices from existing values in a model field

2020-06-19 Thread Patrick Carra
I am trying to read distinct values from a model field and use the tuple list to populate the choices in a Form. The problem I have is that every time a new value is added I must reset the httpd server in order to include the new value in the form. I have researched and tried this a few

urgent

2020-06-19 Thread Awais Ahmad
i'm facing this problem and i can't fix it any body please help me or tell me about this error -- 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

I need someone to ask

2020-06-19 Thread Rami Hegazy
My problem is i don't understand what exactly happens and why Please, if you are someone who understands django very well i need to get in touch with you somehow to explain some stuff to me Thanks in advance -- You received this message because you are subscribed to the Google Groups

Re: python manage.py runserver error

2020-06-19 Thread Robert Rajendra
ModuleNotFoundError: No module named 'hello_world' This is your error, please make sure that hello_world exists and imported properly On Fri, 19 Jun 2020 at 18:52, Archit Keshri wrote: > > > On Fri, 19 Jun, 2020, 5:31 PM DHRUVA, wrote: > >> Just try adding appname into the installed Apps in

RE: Please help me out!

2020-06-19 Thread Vishesh Mangla
See Django messages Sent from Mail for Windows 10 From: meera ganganiSent: 19 June 2020 12:01To: django-users@googlegroups.comSubject: Please help me out! Hello ,              I want to implement a Notification module in my Project could you please help me out!  Thank you-Meera Gangani-- You

Re: python manage.py runserver error

2020-06-19 Thread Archit Keshri
On Fri, 19 Jun, 2020, 5:31 PM DHRUVA, wrote: > Just try adding appname into the installed Apps in the Settings file > > On Fri, 19 Jun, 2020, 5:27 PM RANGA BHARATH JINKA, < > bharathjink...@gmail.com> wrote: > >> Hi, >> You have to go into your django project folder where manage.py file >>

Re: Please help me out!

2020-06-19 Thread Puneet Makhija
Meera, if you stuck anywhere Then post your issue Or contact me On Fri, Jun 19, 2020, 4:00 PM meera gangani wrote: > Yeah i already started my Project > So I have an HR Project > In this Project when admin enters the event details then the notification > will be sent to the user > > > > On Fri,

Re: GSoD 2020

2020-06-19 Thread Spring-dot
Please!!! Someone help!!! I know the basics but cannot find project ideas for GSoD 2020. Do we have to write our own idea for improving the documentation? On Wednesday, June 17, 2020 at 11:01:09 PM UTC+5:30, Spring-dot wrote: > > What are the project ideas for contributing to Django for GSoD,

Re: Collaborators

2020-06-19 Thread Ragnar Örn Ólafsson Ólafsson
Hi John, I’d love to get in touch with you regarding the Django role. What’s the best way to contact you? On Fri, 19 Jun 2020 at 09:55, John McClain wrote: > Hello all, > > I am looking for long term collaborators on a live django project I own > and operate. > > This is a bootstrapped project

Re: python manage.py runserver error

2020-06-19 Thread DHRUVA
Just try adding appname into the installed Apps in the Settings file On Fri, 19 Jun, 2020, 5:27 PM RANGA BHARATH JINKA, wrote: > Hi, > You have to go into your django project folder where manage.py file is > located. Test with using "ls" inside your command prompt. All the best. > > On Fri,

Re: python manage.py runserver error

2020-06-19 Thread RANGA BHARATH JINKA
Hi, You have to go into your django project folder where manage.py file is located. Test with using "ls" inside your command prompt. All the best. On Fri, Jun 19, 2020 at 5:08 PM Tanisha Jain wrote: > still the problem persists. > > On Fri, 19 Jun 2020 at 07:15, Utsab Bashyal wrote: > >>

Mail regarding questions.

2020-06-19 Thread Adnan Rizwee
Hello sir, I need help from u. Question is that like i would have multiple text boxes for different things related. What i'm wanting is for the data i enter into the text boxes to save when i close the form/app, and when i reopen it the data from before still be there. Any ideas on how i would

Re: Collaborators

2020-06-19 Thread Ali Murtuza
Hello I am intrested for Django backend developer On Fri, 19 Jun 2020 at 2:55 PM, John McClain wrote: > Hello all, > > I am looking for long term collaborators on a live django project I own > and operate. > > This is a bootstrapped project which is generated revenue. However, all > funds are

Re: python manage.py runserver error

2020-06-19 Thread Tanisha Jain
still the problem persists. On Fri, 19 Jun 2020 at 07:15, Utsab Bashyal wrote: > enter inside your project directory using command cd project_name in > termina and run manage.py runserver > > > On Fri, Jun 19, 2020 at 6:52 AM Thomas Furtado > wrote: > >> Hii, thanks for answering but it

cx_Oracle.DatabaseError: ORA-00910: specified length too long for its datatype

2020-06-19 Thread Irving Safetywebs
Hi Django-ites, I am trying to install Django CMS on my Ubuntu installation running on the Linux subsystem for Windows 10 using Python 3.6 and connect it to an Oracle 12 c DB. Everytime I try to migrate the site to the DB like so: python poc/manage.py migrate I get this error: Applying

Re: Please help me out!

2020-06-19 Thread meera gangani
Yeah i already started my Project So I have an HR Project In this Project when admin enters the event details then the notification will be sent to the user On Fri, Jun 19, 2020 at 3:11 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, You can use this. > >

Collaborators

2020-06-19 Thread John McClain
Hello all, I am looking for long term collaborators on a live django project I own and operate. This is a bootstrapped project which is generated revenue. However, all funds are poured back into the project at the moment. There is compensation for the right person(s) Please only apply if you

Need booking engine skeleton template and am willing to pay for it

2020-06-19 Thread John McClain
Hello all, I am looking for an existing project I can fork and continue to develop for a client of mine. If you have a booking engine in django please forward project details to me so I can determine if it is a fit. The app I am building will be jobs board for home care services. Thanks in

Re: Please help me out!

2020-06-19 Thread RANGA BHARATH JINKA
Hi, You can use this. https://pypi.org/project/django-notifications-hq/ https://pypi.org/project/django-notification/ On Fri, Jun 19, 2020 at 1:38 PM Doddahulugappa.B wrote: > Please elaborate more on your requirement > > On Fri, Jun 19, 2020, 10:31 AM meera gangani > wrote: > >> Hello , >>

Re: Please help me out!

2020-06-19 Thread Doddahulugappa.B
Please elaborate more on your requirement On Fri, Jun 19, 2020, 10:31 AM meera gangani wrote: > Hello , > > I want to implement a Notification module in my Project > could you please help me out! > > > Thank you > -Meera Gangani > > -- > You received this message because you are

How to implement differenciated permissions for basic and advanced admin sites ?

2020-06-19 Thread Olivier
Hello, I'm implementing one basic and one advanced Django 3.0 admin site. How can I enforce differenciated permissions for them ? I thought about: 1. Dedicating advanced admin site to Superuser, leaving basic admin site to Superuser or Staff members 2. Leaving advanced admin site to Superuser

Re: Please help me out!

2020-06-19 Thread Puneet Makhija
Ma'am scratch se btana hai kya sab kuch On Fri, Jun 19, 2020, 1:11 PM Puneet Makhija wrote: > yes, let me know > U started your project? > > > On Fri, Jun 19, 2020, 12:01 PM meera gangani > wrote: > >> Hello , >> >> I want to implement a Notification module in my Project >> could you

Re: Please help me out!

2020-06-19 Thread Puneet Makhija
yes, let me know U started your project? On Fri, Jun 19, 2020, 12:01 PM meera gangani wrote: > Hello , > > I want to implement a Notification module in my Project > could you please help me out! > > > Thank you > -Meera Gangani > > -- > You received this message because you are

Re: import my data and generating models.py

2020-06-19 Thread Mohsen Pahlevanzadeh
On Friday, June 19, 2020 at 10:36:11 AM UTC+4:30, Mohsen Pahlevanzadeh wrote: > > Hello, > > I have two sql files : 1.creating tables 2.INSERT data > > Now I want to import to my database and generating my models.py according > to my sql files. > > Is it possible? > > > if true, please guide

./manage makemigrations and ./manage migrate don't work

2020-06-19 Thread Mohsen Pahlevanzadeh
I run : ./manage makemigrations and ./manage migrate with the following output: """ (django_sql) mohsen@debian:~/Documents/django_sql/django_sql$ ./manage.py makemigrations Migrations for 'sql':

Please help me out!

2020-06-19 Thread meera gangani
Hello , I want to implement a Notification module in my Project could you please help me out! Thank you -Meera Gangani -- 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,

Re: import my data and generating models.py

2020-06-19 Thread RANGA BHARATH JINKA
Hi, Try this. https://simpleisbetterthancomplex.com/packages/2016/08/11/django-import-export.html https://docs.djangoproject.com/en/3.0/howto/initial-data/ https://django-import-export.readthedocs.io/en/latest/getting_started.html On Fri, Jun 19, 2020 at 11:37 AM Mohsen Pahlevanzadeh <

import my data and generating models.py

2020-06-19 Thread Mohsen Pahlevanzadeh
Hello, I have two sql files : 1.creating tables 2.INSERT data Now I want to import to my database and generating my models.py according to my sql files. Is it possible? if true, please guide me. -- You received this message because you are subscribed to the Google Groups "Django users"