Re: Freelance Django Developer Needed

2024-06-02 Thread Muhammed Lawal
Hello Emmanuel. I'm a fullstack developer with experience in Django, DRF, React and PostgreSQL. I would love to join your team for the said project. What are the application procedures? Kind regards On Mon, Jun 3, 2024 at 12:09 AM emmanuel odor wrote: > > > Dear Developers, > Freelance Django D

Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-02 Thread Muhammed Lawal
I would love to join in on the project. My WhatsApp contact is +2349035301248. Kind regards, Muhammed Lawal. On Sat, Mar 2, 2024 at 4:58 PM SOLTAN NOURELDIEN wrote: > > Hello, I am currently working on my Django Project for a specific course > at my university. I have already finishe

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

2024-02-18 Thread muhammed yayi
I will love to join the djano group From: django-users@googlegroups.com on behalf of SURAJ TIWARI Sent: Sunday, February 18, 2024 1:04 PM To: Django users Subject: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project! 🚀 Join Our Django WhatsAp

Re: Django

2023-10-06 Thread Muhammed Lawal
Hello, what help do you need? Have you tried following the instructions on the python anywhere website yet? You can follow this Blog post @ https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.geeksforgeeks.org/how-to-deploy-django-project-on-pythonanywhere/amp/&ved=2ahUKE

Re: FieldError at /ajouter_centre Cannot resolve keyword 'name' into field. Choices are: categorie, centredeformation, date_de_crea, id

2023-09-25 Thread Muhammed Lawal
Have you confirmed there is a 'name' field in your CentreCategorie and Region models? On Mon, 25 Sep 2023, 5:44 p.m. Baye SALIOU DIAW, < bayesalioudiawt...@gmail.com> wrote: > def ajouterCentre(request): > form = FormCentre() > regions = Region.objects.all() > centrecategories = Centr

Re: Mysql for Django

2023-09-24 Thread Muhammed Lawal
Download MySQL server at https://dev.mysql.com/downloads/mysql/ It will most likely come with mysqlclient but if not, you can download mysqlclient using homebrew, `brew install mysql-client`. You can check out the guide here at https://www.bytebase.com/blog/how-to-install-mysql-client-on-mac-ubuntu

Re: NEW USER

2023-06-03 Thread Muhammed Lawal
Hello Jawad, I would suggest you start with the tutorial on Django official website. Best regards On Sat, 3 Jun 2023, 3:37 p.m. Abubakar Siddique, wrote: > Hi jawad, > Yes, I can help you to achieve your goal > > Contct me > Whatstapp > 03158090326 > > Thanks > > On Sat, Jun 3, 2023, 7:17 PM Jaw

Re: Roles and Permissions in python Django

2023-04-02 Thread Muhammed Lawal
Can you provide your Views code? By the way, if you are using DRF, you can use the "permission classes" or "permission decorators". Best regards. On Sat, 1 Apr 2023, 7:53 p.m. Daisi Caroline, wrote: > Hello friends i am doing a django project and i am stack on roles and > permissions.This is wha

Re: It is impossible to add a non-nullable field 'details1' to feature without specifying a default. This is because the database needs something to populate existing rows.

2023-03-25 Thread Muhammed Lawal
Enter 1 then ' ' rather. Sorry 😓 On Sat, 25 Mar 2023, 5:45 p.m. Muhammed Lawal, wrote: > You are seen that error probably because you modified your models after > adding some items to database already. When prompted with the error, enter > 2, then ' ' an empty st

Re: It is impossible to add a non-nullable field 'details1' to feature without specifying a default. This is because the database needs something to populate existing rows.

2023-03-25 Thread Muhammed Lawal
You are seen that error probably because you modified your models after adding some items to database already. When prompted with the error, enter 2, then ' ' an empty string. On Sat, 25 Mar 2023, 1:59 p.m. Ebenezer Otchere, wrote: > Am new in django and have been getting errors in migrations, i

Re: Open source CBT Application

2022-11-08 Thread muhammed yayi
How can I join in. I will love to contribute On Tue, Nov 8, 2022, 6:25 AM Sherif Adigun wrote: > Looking for an active Django Project to contribute and collaborate on? > > Join me on Django CBT. > > https://github.com/adigunsherif/cbt > > Let build a reliable open source Computer Based Test Soft

Is django guardian repostness with millions of records in every table

2021-06-12 Thread wael muhammed
Could I force problem if I have more than 500 table with million of record in each table .with Django guardian -- 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

Re: Make permissions according branch id

2021-06-12 Thread wael muhammed
Did any one understands what I mean ? في السبت، 12 يونيو 2021 في تمام الساعة 3:43:09 م UTC+3، كتب ‪wael muhammed‬‏ رسالة نصها: > > I want to make permissions according branch id > for more details > > --

Make permissions according branch id

2021-06-12 Thread wael muhammed
I want to make permissions according branch id for more details -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r

Feature request for django permissions

2021-06-12 Thread wael muhammed
I have a projects with multi branches . I want to make permissions according to branch record. I couldn't add customize django permissions model to make foreign key from branch model. Look here for more

Re: Error with running test suite while contributing to django

2020-01-25 Thread Muhammed abdul Quadir owais
4, 2020 at 6:10:40 PM UTC+5:30, Muhammed abdul Quadir > owais wrote: > Hi , > > I want help over here ,.. > I'm a newbie for django contributions so I got stuck over here... > After cloning the django from git hub ( obviously after the action of fork) > and running com

Error with running test suite while contributing to django

2020-01-24 Thread Muhammed abdul Quadir owais
Hi , I want help over here ,.. I'm a newbie for django contributions so I got stuck over here... After cloning the django from git hub ( obviously after the action of fork) and running commands (like $ python -m pip install -e /path/to/your/local/clone/django/ and $ python -m pip install -r req

Re: Django bootstrap calendar

2020-01-20 Thread Muhammed Rafi A
Refer this https://simpleisbetterthancomplex.com/tutorial/2019/01/03/how-to-use-date-picker-with-django.html On Mon, Jan 20, 2020 at 8:15 PM Perceval Maturure wrote: > Dear All > Is there anyone who has used the djangobootrstrap calendar in Django 2.xxx > project? > > -- > You received this mes

Re: Primary Key

2020-01-20 Thread Muhammed Rafi A
import uuid uuid.uuid4().hex[:8] or from django.utils.crypto import get_random_string get_random_string(8).lower() def get_random_string(length=12, allowed_chars='abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'): On Mon, Jan 20, 2020 at 2:31 PM Soumen Khatua wrote: > Hi Fo

Re: select field(s) from myytable;

2020-01-10 Thread Muhammed Rafi A
Mytable.objects.values('f1', 'f2') On Fri, Jan 10, 2020, 7:22 PM Klaus Laube wrote: > I'm not sure if I got your question right, but I guess `values()` is what > you are looking for: > https://docs.djangoproject.com/en/3.0/ref/models/querysets/#values > > From the documentation: > >> The values(

Django integration with node js

2020-01-09 Thread Muhammed RAFI A
Django integration with node js for any reference -- 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 discuss

Re: Multi return values in single function

2020-01-04 Thread Muhammed Rafi A
return render(request, 'index.html', content) On Sat, Jan 4, 2020, 8:09 PM nrupesh08 wrote: > hi, > I design cms design on the company profile website. > 5 pages on the website: > index, about, services, projects, contact. > > the problem is, > to display easily DB to frontend expect index pag

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread Muhammed Rafi A
password is not correct, check them or reset the password ones more On Fri, Jan 3, 2020 at 2:58 PM shailendra singh wrote: > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/Library/Frameworks/Python.framework/Versions/3.8/l

How to Sum subtract and multiply two integer fields

2019-09-02 Thread Muhammed Bilal
class Add(models.Model): budget = models.IntegerField() Expense = models.IntegerField() Now I would like to do a complete calculation for example budget - Expense and budget + expense. Kindly hel me. -- You received this message because you are subscribed to the Google Groups "Djang

POINT OF SALE SYSTEM

2019-05-30 Thread Muhammed Bilal
Can a POS (point of sale) software be made in Django? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Permit to modify questions displayed by taking previous answers into account

2019-04-02 Thread Muhammed Yaseen Poonawala
The survey that my project creates are simple questions, but I want to add constraints in a sense that when a question A (Are you married?) is asked with options 'married', 'unmarried'. If the answer for question A is 'married' then I should get question B(How many kids do you have?) or if the

registration with cities...

2018-04-14 Thread Muhammed YILMAZ
tart, i will be very proud. sincerely, Muhammed Yılmaz. -- 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

Re: Channels 2.0 - Exception when sending a message to client

2018-02-25 Thread muhammed
end is > able to receive messages meant only for them sent by the back end. I have > been trying to test it like this: > > >>> channel_layer = get_channel_layer() > >>> async_to_sync(channel_layer.send)("user-notifications", {"type": > >>&g

Re: Channels 2.0 - Exception when sending a message to client

2018-02-25 Thread muhammed
uot;text": message["text"] > } > ) > > > > > > > The idea of the app is that each user that logs in on the front end is > able to receive messages meant only for them sent by the back end. I have > been trying to test it

Re: Channels 2.0 - Exception when sending a message to client

2018-02-25 Thread muhammed
ot;].id), "user-notifications")self.connect()def notification_handler(self, message):self.send({ "text": message["text"]})* This raises the same exception: ERROR:root:Exception inside application: You must implement

Channels 2.0 - Exception when sending a message to client

2018-02-24 Thread muhammed
ave been trying to test it like this: >>> channel_layer = get_channel_layer() >>> async_to_sync(channel_layer.send)("user-notifications", {"type": >>> "notification.handler", "text": "My Message"}) Here

Django admin raises CSRF verification failed when changing from DEBUG True - > False

2016-07-20 Thread Muhammed Riyas
Hi All, I am having a difficulty with my Django site. In which I was running smoothly in dubug mode(DEBUG = True). While changing it to DEBUG = False (Also set ALLOWED_HOSTS = ['*']) , it raises error when logging in to admin " Forbidden (403) CSRF verification failed. Request aborted. More in

Passing parameter to template in django while using url rendering

2016-04-25 Thread Nousheef Cholaykkil Muhammed
Hi am new to django , please help me to solve such a simple problem, This is our views.py from django.shortcuts import render, render_to_response from django.core.context_processors import request, csrf import re from django.contrib.auth.models import User # Create your views here. def crea

Re: Serving static files (admin panel and others)

2014-12-13 Thread Muhammed Tüfekyapan
I find the problem. Problem was the file dir nginx looking for static file is different than I used for static file. I changed the files location and it solved. Thanks for response. On Sunday, December 14, 2014 4:31:49 AM UTC+2, Florian Schweikert wrote: > > On 14/12/14 00:55, Mu

Serving static files (admin panel and others)

2014-12-13 Thread Muhammed Tüfekyapan
Hello everyone, I try many things to serve .css files but I can't do that. How can i serve .css and .js files in Django 1.7? I typed django manage.py collectstatic but still my admin panel don't load css. What can i do? Best. -- You received this message because you are subscribed to th

Working with Google Analytics API

2014-10-22 Thread Muhammed Tüfekyapan
Hi Everyone, I want to make an app. User come on site, they signed in and give access to their google analytics account. And I generate some reports for them. I try to use Google Analytics API but I think I use the wrong one. https://developers.google.com/analytics/ Which one I should use?

Closing modal when user sign up or login

2014-10-08 Thread Muhammed Tüfekyapan
Hello everyone, I have a form. All users see this form. My needs is like this; - If user logged in, save their settings. - If user doesn't logged in, first show him a modal - If he login or sign up, close modal and save their settings. (settings shouldn't be lost.) For now my template looks li

Re: PostgreSQL OperationalError

2013-10-18 Thread Muhammed TÜFEKYAPAN
I restart and problem solved. Thanks everbody. Best. On Friday, October 18, 2013 11:28:45 AM UTC+3, Muhammed TÜFEKYAPAN wrote: > > Hello, > > > I just start to publish my app on web. Everything going well but I face a > new problem, before I never face. Site working but som

Re: PostgreSQL OperationalError

2013-10-18 Thread Muhammed TÜFEKYAPAN
gin/password didn't > match. > > Regards, > Xavier, > Linovia. > > Le 18 oct. 2013 à 10:28, Muhammed TÜFEKYAPAN a > écrit : > > Hello, > > > I just start to publish my app on web. Everything going well but I face a > new problem, before I never face. S

PostgreSQL OperationalError

2013-10-18 Thread Muhammed TÜFEKYAPAN
Hello, I just start to publish my app on web. Everything going well but I face a new problem, before I never face. Site working but sometimes raise error like this; OperationalError at / fe_sendauth: no password supplied Full error looks like this; OperationalError at / fe_sendauth: no

Re: Defining new project as a service at nignx

2013-10-15 Thread Muhammed TÜFEKYAPAN
Hello everyone, Yes I know that but now my problem is our new project doesn't seen on services list and so I can't start it. I use gunicorn. How can I made it? On Monday, October 14, 2013 10:03:22 PM UTC+3, Javier Guerra wrote: > > On Mon, Oct 14, 2013 at 12:17 PM, Muh

Re: Defining new project as a service at nignx

2013-10-14 Thread Muhammed TÜFEKYAPAN
+3, sacrac wrote: > > Hi you need read this > > http://wiki.nginx.org/ServerBlockExample > > http://wiki.nginx.org/DjangoFastCGI > > Cheers > > > On Mon, Oct 14, 2013 at 11:17 AM, Muhammed TÜFEKYAPAN > > > wrote: > >> Hello everybody, >> >

Defining new project as a service at nignx

2013-10-14 Thread Muhammed TÜFEKYAPAN
Hello everybody, I use digitalocean as a server. I upload my django project files on my server and start to setup. Made postgresql settings etc but I can't define my new project as a new service on nginx. How can I define my new projest as a service and make possible to start it as "service bl

Re: Django Gunicorn with Two Django App

2013-08-13 Thread Muhammed TÜFEKYAPAN
exiting (pid: 16834) 2013-08-13 20:09:20 [16822] [INFO] Shutting down: Master On Tuesday, August 13, 2013 11:11:28 PM UTC+3, Muhammed TÜFEKYAPAN wrote: > > I edit my port, sites enabled files etc. > > Now two sites run different port but i got an error: 502 Bad Gateway > > Also wh

Re: Django Gunicorn with Two Django App

2013-08-13 Thread Muhammed TÜFEKYAPAN
ot; error. I think real problem this. On Tuesday, August 13, 2013 5:31:07 PM UTC+3, Muhammed TÜFEKYAPAN wrote: > > Hello Everyone, > > > I use digitalocean for server and i install nginx and unicorn for django. > I have one service for my project. I also want to add new djan

Django Gunicorn with Two Django App

2013-08-13 Thread Muhammed TÜFEKYAPAN
Hello Everyone, I use digitalocean for server and i install nginx and unicorn for django. I have one service for my project. I also want to add new django project and i made it with making new services. When my one project running the other project stop. How can i run two projects same time

Re: check user status

2013-08-13 Thread Muhammed TÜFEKYAPAN
What do you mean with like? Is it Facebook like or other action on your project? On Tuesday, August 13, 2013 8:40:37 AM UTC+3, Tcheck wrote: > > Hi, > How do i check whether a user has liked an object or not? And if yes, how > do block the user from liking it again? Any help will be appreciated.

Re: Query Set and Output

2013-08-07 Thread Muhammed TÜFEKYAPAN
"outout = Excuse.objects.order_by('?')[0]" This works well. Thank you. On Wednesday, August 7, 2013 6:19:01 AM UTC+3, Muhammed TÜFEKYAPAN wrote: > > Hello everyone, > > I write a basic model in django 1.5.1 > > My model is looks like this

Re: Query Set and Output

2013-08-07 Thread Muhammed TÜFEKYAPAN
It looks like this: {{ output }} On Wednesday, August 7, 2013 6:58:17 AM UTC+3, Bulkan-Savun Evcimen wrote: > > Hi there, > > What does your template index.html look like ? > > Cheers > > http://bulkan-evcimen.com > > > On Wed, Aug 7, 2013 at 1:19 PM,

Query Set and Output

2013-08-06 Thread Muhammed TÜFEKYAPAN
Hello everyone, I write a basic model in django 1.5.1 My model is looks like this: class Excuse(models.Model): text = models.CharField(max_length=300) def __unicode__(self): return self.text And i have a basic function to get random excuse from this model. def home(request): output = Excus

Dynamic block names in template.

2013-05-01 Thread Muhammed K K
I was searching for an option to set the block name of a django template dynamically and couldn't find and good resources. I browsed through the django code base and made a hack. I am not sure if it breaks any functionalities of django. Can any one verify this. I posted a question and the hack

why the else statement {% else %} is not working...?

2012-11-19 Thread muhammed riyas
Employee List {% if employees %} {% for employee in employees %} {{ employee.employee_name }} {% endfor %} Click here to remove all employees {% else %} Sorry there is no employees yet :( {% endif %} Thanks in advance. -- You received this message bec

ViewDoesNotExist'module ' object has no attribute 'Form'

2012-11-15 Thread muhammed riyas
while using django forms i gt an error 'view does not exist' from django import forms class Employeeprofileform(forms.Form): employee_name = forms.CharField(max_length=100) employee_number = forms.IntegerField() employee_email = forms.EmailField() employee_mobilenumber = for

Re: Exception Type: TypeError Exception Value: individual() takes exactly 2 arguments (1 given)

2012-11-12 Thread muhammed riyas
sorry:) On Monday, 12 November 2012 15:09:09 UTC+5:30, Daniel Roseman wrote: > > On Monday, 12 November 2012 08:37:44 UTC, muhammed riyas wrote: > >> thanks it works fine, but the if statement is not working,,, why? it >> always gives the first result?. >&g

Re: Exception Type: TypeError Exception Value: individual() takes exactly 2 arguments (1 given)

2012-11-12 Thread muhammed riyas
9]) > > Sent from my iPhone > > On Nov 12, 2012, at 12:49 AM, muhammed riyas > wrote: > > Request Method:GET > Request URL:http://localhost:9744/employee/1/ > Exception Type:TypeError > Exception Value:individual() takes exactly 2 arguments (1 given) > Excepti

Exception Type: TypeError Exception Value: individual() takes exactly 2 arguments (1 given)

2012-11-11 Thread muhammed riyas
Request Method:GET Request URL:http://localhost:9744/employee/1/ Exception Type:TypeError Exception Value:individual() takes exactly 2 arguments (1 given) Exception Location:/home/user/google_appengine/lib/django_0_96/django/core/handlers/base.py in get_response, line 77 url is (r'^employee/

Re: Digest for django-users@googlegroups.com - 12 Messages in 7 Topics

2012-11-11 Thread muhammed riyas
th Best >-Ashwin. >+91-9959166266 > > > >On Fri, Nov 9, 2012 at 11:24 PM, Javier Guerra Giraldez > > > > >Kurtis Mullins Nov 10 03:51AM -0500 > >Well for development purposes, I just recommend using Django's built-in >&qu

Re: How to package a django application

2012-08-31 Thread Muhammed Salman
> usermail = request.POST['email'] > mailserver.sendWelcome(useremail, 'myn...@mydomain.com ') > success = 'Mail Sent.' > return HttpResponse(success) > > On Fri, Aug 31, 2012 at 10:51 AM, Dennis Lee Bieber > > > wrote: > &

Re: How to package a django application

2012-08-31 Thread Muhammed Salman
matches a particular criteria i.e (userid : lo...@login.com and password: password), then it shows this as a sucess else it displays login fails. On Friday, August 31, 2012 8:22:03 AM UTC+3, Dennis Lee Bieber wrote: > > On Thu, 30 Aug 2012 19:45:20 -0700 (PDT), Muhammed Salman > > d

How to package a django application

2012-08-30 Thread Muhammed Salman
Hi, I am new to python and django development and have developed a simple email based authentication form as a part of an exercise. Now, i have two questions 1: The requirement from me for this exercise was to create it without any frameworks but i started it with django so its easier initial

Re: Django FormWizard

2010-12-06 Thread Muhammed Abad
uot;author" field in a normal django form would have an id of 'id_author', but in the multistep form, if the field is on the first step, the id is now 'id_0-author'. Can i still save my data without modifying my field names in my model? On Dec 6, 12:40 pm, Muhammed Abad

Django FormWizard

2010-12-06 Thread Muhammed Abad
Hi, Using the Django FormWizard, is it possible to generate a set forms that work in an "edit" mode ? i.e. I have already saved some data using the multiple step form, now I would like to edit this data. Any help would be appreciated. Thanks -- You received this message because you are subscri

Embedding multiple images in html email

2009-10-15 Thread Muhammed Abad
As the topic says, can I embed multiple images in an html email template so the recipient does not have to download them? I know this might be a silly request, but a client has asked me to do this for him and Im absolutely stumped. The closest to a solution I have come to is this : http://www.dj