Re: Need a partner

2023-11-26 Thread rana meero
I'm interested On Thu, Nov 23, 2023, 11:06 PM Mashhoor Ahdal wrote: > I am searching a like minded people who are interested to develop a *fullstack > django app*.Anyone interested ping at *mashhoorahd...@gmail.com > * > > -- > You received this message because you are subscribed to the Google G

Re: Developing django apps in jupyter

2021-11-29 Thread Md Rana Sarkar
You can create virtualenv and use VS code . That's the free and better IDE for Django or any other web development. On Mon, Nov 29, 2021 at 7:23 PM 'MH' via Django users < django-users@googlegroups.com> wrote: > Hi everyone > > I have built a few django apps, but on a very basic level and only fo

Re: Run Any Python Project

2021-08-20 Thread Rana Zain
._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 984, in _find_and_load_unlocked ModuleNotFoundError: No module named 'gettext_noop' Also faces this error everytime I am

Run Any Python Project

2021-08-20 Thread Rana Zain
Hi, Can anybody help me to know how we can run any python project from Git and any other sources. -- 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-user

Re: Git Hub Project

2021-08-12 Thread Rana Zain
Okay. I am checking. Thanks Everyone. On Wednesday, August 11, 2021 at 9:54:32 PM UTC+5 Kasper Laudrup wrote: > On 11/08/2021 18.19, Rana Zain wrote: > > Thanks everyone for your kind support. I am working hard on python and > > Django. Earlier I learn python then I started worki

Re: Git Hub Project

2021-08-11 Thread Rana Zain
I will very happy if you will help in running this code. On Wednesday, August 11, 2021 at 9:19:04 PM UTC+5 Rana Zain wrote: > Thanks everyone for your kind support. I am working hard on python and > Django. Earlier I learn python then I started working on Django. I hope you > will s

Re: Git Hub Project

2021-08-11 Thread Rana Zain
u get it all > > > > Indeed. > > Django is very easy to get started with and has some of the best > documentation of any project I've seen. > > That being said, I personally think it might be a good idea to at least > get some basics of Python before starting your

Re: Git Hub Project

2021-08-10 Thread Rana Zain
I take trainings for python and work on it. Now I am a beginner on Django want to run Git Hub Clone this proejct. On Tuesday, August 10, 2021 at 7:41:13 PM UTC+5 Kasper Laudrup wrote: > On 10/08/2021 14.03, Rana Zain wrote: > > Thank you very much for your kind words. I am facing th

Re: Git Hub Project

2021-08-10 Thread Rana Zain
@Ryan i tired many times tabs and spaces. But not work. On Tuesday, August 10, 2021 at 6:50:41 PM UTC+5 Ryan Nowakowski wrote: > You might have mixed tabs and spaces. PEP8 standard is 4 spaces per level > of indentation, IIRC. > > > On August 9, 2021 7:24:56 AM CDT, R

Re: Git Hub Project

2021-08-10 Thread Rana Zain
, name): super().__delattr__(name) def __dir__(self): return sorted( s for s in [*self.__dict__, *dir(self.default_settings)] if s not in self._deleted ) def is_overridden(self, setting): deleted = (setting in self._deleted) set_locally = (setting in self.__dict__) set_on_default = getattr(self.defa

Re: Git Hub Project

2021-08-10 Thread Rana Zain
Thank you very much for your kind words. I am facing this errors : > ',' or ')' expected > Unexpected indent > Statement expected, found Py:DEDENT for the last 2,3 days. Kindly help me out. On Monday, August 9, 2021 at 5:43:06 PM UTC+5 Kasper Laudrup wrote: >

Re: Git Hub Project

2021-08-09 Thread Rana Zain
: > what exactly you're trying to do? > > On Wed, Aug 4, 2021 at 6:41 PM Rana Zain wrote: > >> Hi, >> Can anybody help me in running git clone django Project? >> >> -- >> > You received this message because you are subscribed to the Google Groups >

Git Hub Project

2021-08-04 Thread Rana Zain
Hi, Can anybody help me in running git clone django Project? -- 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 t

Re: Django User authentication OR Custom Model For the Situation

2020-11-23 Thread Neeraj Rana
/cons of the different > approaches to your problem. > > On Mon, 23 Nov 2020 at 08:41, Neeraj Rana > wrote: > >> I am trying to create two different types of users, prime and one prime >> with that it also consist of email verification and custom username. >> Now, my ques

Django User authentication OR Custom Model For the Situation

2020-11-23 Thread Neeraj Rana
I am trying to create two different types of users, prime and one prime with that it also consist of email verification and custom username. Now, my question is should I use the user auth model, and django.forms and extend the form for email, phone no or should i build a completely new model and

Re: guys help me please, page doesn't open image

2020-03-06 Thread Wasim Rana
top receiving emails from it, send an >> email to django-users+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/509b5541-dfbb-43a8-a3b9-5e4c56807fbe%40googlegroups.com >> <https://groups.google.

How to search product in the integrated Google maps in the web applicaiton

2019-12-11 Thread Wasim Rana
Hi, how are you doing today? I am trying to build a web application where there will be buyer and seller. Buyer needs to create an account after that if he/she search for a service then it'll bring the seller information with location in the map. Also it'll show the distance and route. How can I

Django user permission edit in custom dashboard

2019-09-09 Thread Santosh Rana Magar
Hello Everyone, How to achieve django admin site( below picture) user permission field in custom dashboard [image: h0H8Q.png] -- 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: How can I host my application in web hosting?

2019-08-22 Thread Wasim Rana
Thank you so much for your response. *Wasim Rana* CEO and Director *SiteFor99* www.sitefor99.com Cell: +880 173 406 4296 Ring Road, Shyamoli, Dhaka - 1207 On Thu, Aug 22, 2019 at 5:55 PM Abu Yusuf wrote: > Is it a django application? Not every hosting provider provide django > deplo

How can I host my application in web hosting?

2019-08-22 Thread Wasim Rana
Hello, I am building a web application locally in my computer. It's almost done and I want to host it in Siteground hosting. How can I do that? Please help. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: Help

2019-08-14 Thread Rana Sarkar
You can install flatpikker then calendar declare On Wed, Aug 14, 2019, 13:55 Tosin Ayoola wrote: > Hallo guyz, working on a blog project with the functionality that requires > working with, calendar 📅, something like having a event manager, to fix > a reminder for a particular date & I don

Re: Writing your first Django app, part 1 - Can't Follow it

2019-08-01 Thread Rana Sarkar
You check your app name ,then check Include ('appname.urls') U also create urls.py inside your app. On Thu, Aug 1, 2019, 17:07 Sunny Kumar wrote: > Hi, > > I also having the same problem. And the actual reason was *(poll instead > of polls). *Please check once in your view or url file. I am sure

Learning Djanog Use book

2019-05-18 Thread Rana Solving31
Have anyone better book on Django latest version 2.2 ? which is free version ,means without paid ,if i can download this. -- 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

Re: foreign key is not working

2018-10-31 Thread Mahendra Rana
Where is model codes? On Wednesday, 31 October 2018 17:15:53 UTC+5:30, amit pant wrote: > > i used foreign key for make relationship between two model class but it > does not work properly, i used this for make subscription and on first > model their is choices for subscription. > help me why it

JSON to relational database

2015-04-20 Thread ankit . rana
Hi everyone, i had one json data like this to table say "data" { id:##, name:{fname:##,lname:##}, class:##, age:##, courses:[###,###,###,###] } How to map this json data to a relational database?? i understand that only two things are possible :make fname and lname as a column of data table or

how to Generate a 5 character unique alpha-numeric string

2011-04-10 Thread GOUTAM KUMAR RANA
how to Generate a 5 character unique alpha-numeric string to use as primary key in my model. how to show the generated string in a particular textbox when loading a particular form or page? Please help Thanks -- You received this message because you are subscribed to the Google Groups "Dja

how to Generate a 5 character unique alpha-numeric string to use as primary key in my model.

2011-04-09 Thread GOUTAM KUMAR RANA
how to Generate a 5 character unique alpha-numeric string to use as primary key in my model. how to show the generated string in a particular textbox when loading a particular form or page? Please help Thanks -- You received this message because you are subscribed to the Google Groups "Dja

Re: not getting the default admin theme available with django

2011-04-08 Thread GOUTAM KUMAR RANA
there was an error in link in settings.py -- 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

Re: not getting the default admin theme available with django

2011-04-08 Thread GOUTAM KUMAR RANA
done -- 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.com. For more options, visit this

not getting the default admin theme available with django

2011-04-08 Thread GOUTAM KUMAR RANA
not getting the default admin theme available with django when i m joining it with other models. its presenting me in a basic without themed mode. -- 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

Auto Generate a id ( 8 digits )

2011-04-07 Thread GOUTAM KUMAR RANA
How can I auto generate a next serial id and display in my form when its loaded . The id is used as primary key in my table and its of some 8 digits. thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email t

Re: want small inventory project

2011-04-07 Thread GOUTAM KUMAR RANA
Thanks a lot.. -- 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.com. For more options, visit

Re: want small inventory project

2011-04-07 Thread GOUTAM KUMAR RANA
Ya Mr Shawn Milo I m very much aware of that. Its not a personal mailing list. I just made a request so if any user have the link please give if possible,, not demanded. Thank for your kind reply... -- You received this message because you are subscribed to the Google Groups "Django users" gro

want small inventory project

2011-04-07 Thread GOUTAM KUMAR RANA
can any one please give link for some inventory site with source code.. ie user management, inventory(buy/sell --- add delete modify products), POS(pont of sale), reports. thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: wan to use django's default theme

2011-04-06 Thread GOUTAM KUMAR RANA
Sorry for that. Actually I was asking how to use the default theme as in django's admin in my custom pages -- 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 t

wan to use django's default theme

2011-04-06 Thread GOUTAM KUMAR RANA
wan to use django's default theme in all my custom pages or applications -- 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-us

Re: Caught NoReverseMatch while rendering: Reverse for 'homepage_about' with arguments '()' and keyword arguments '{}' not found.

2011-04-06 Thread GOUTAM KUMAR RANA
Oops Sorry , Its _ i was just trying by changing _ to - . At the time of - I had taken the screen shot . At _ and _ the same error is shown. plesae help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

Re: Caught NoReverseMatch while rendering: Reverse for 'homepage_about' with arguments '()' and keyword arguments '{}' not found.

2011-04-06 Thread GOUTAM KUMAR RANA
can u please help me in a small inventory project. -- 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...@google

Re: Caught NoReverseMatch while rendering: Reverse for 'homepage_about' with arguments '()' and keyword arguments '{}' not found.

2011-04-06 Thread GOUTAM KUMAR RANA
here are the files please -- 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.com. For more o

Caught NoReverseMatch while rendering: Reverse for 'homepage_about' with arguments '()' and keyword arguments '{}' not found.

2011-04-06 Thread GOUTAM KUMAR RANA
Environment: Request Method: GET Request URL: http://localhost:8000/ Django Version: 1.3 Python Version: 2.7.1 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes' , 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.static

Caught NoReverseMatch while rendering:

2011-04-05 Thread GOUTAM KUMAR RANA
Environment: Request Method: GET Request URL: http://localhost:8000/ Django Version: 1.3 Python Version: 2.7.1 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticf

login -->then on success--> my custom page

2011-04-05 Thread GOUTAM KUMAR RANA
please help me to make or inherit a login page which on success goes to my custom page -- 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 emai

Authentication system

2011-04-04 Thread GOUTAM KUMAR RANA
How to port authentication system to every page so that only logged in will able to view the pages or else it shall redirect to the login page giving error that user should be logged in first. for a custom project is the djangos admin used for login features or we can have our own. please help me

Please tell how to implement a new project?

2011-03-31 Thread GOUTAM KUMAR RANA
Please tell how to implement a new project? I m new to Django projects . if possible give me a graphical idea of using Django from the base to the output. My target is to make an inventory for a particular shop. When the user enters the admin page for the first time it should be asked to enter t

Re: Newbie question on ContentTypes and Generic Relations

2009-06-14 Thread Rana
Dear Daniel, Thanks so much for your help. I tried what you suggested and it works just as I need it to. Thank you again. Kind Regards, Rana On Jun 13, 3:01 am, Daniel Roseman wrote: > On Jun 12, 8:54 pm, Rana wrote: > > > > > Hi, > > > I am trying to modify a

Newbie question on ContentTypes and Generic Relations

2009-06-12 Thread Rana
ces of the RelatedProduct class. Thank you for any help you can offer. Rana --~--~-~--~~~---~--~~ 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