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

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

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

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

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

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

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
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

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: 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

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: 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

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

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

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

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

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

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

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