Re: Admin form

2008-11-25 Thread sadeesh Arumugam
Hi Praveen, You add these lines you can get the admin interface... Coding: *** from django.conf.urls.defaults import * # Uncomment the next two lines to enable the admin: from django.contrib import admin admin.autodiscover() urlpatterns = patterns('', (r'^admin/(.*)', admin.site

Queries regarding Installation of Django.

2008-11-12 Thread sadeesh Arumugam
Hi friends, I'm a new bie to Django and i've a doubt in installing django in my Home pc. I've installed Linux Ubuntu in my PC. I want to install Django, do i need an internet connection. I didn't have Python, SVN or any other supporting files of Django. Please Guide me in this regard for install

Help regarding renaming the uploaded file name in Django.

2008-11-06 Thread sadeesh Arumugam
Hi Friends, I need a help from you. How to rename the uploaded file name in django. Example if we upload a file named "a.jpg" at first time, and at next upload it is uploaded as "a_.jpg", and at the third time "a__.jpg", likewise the Underscore after the filename is increasing one time for each u

Help regarding Decimal Field in models.py in Django

2008-11-06 Thread sadeesh Arumugam
Hi Friends, I'm a newbie to Django, i'm doing a registration form to be displayed in Admin section. In my form i'm giving two fields namely latitude and longitude and setting them as a DecimalField. My question how to set the Decimal field into an Optional field (its not a Mandatory field) like

Help regarding Sqlite3

2008-11-05 Thread sadeesh Arumugam
Hi Friends, I'm a newbie to Django, in my application i'm uisng Sqlite3 as my Database. I've created the models as per my requirement. The database is succesfully synchronized. After this how can i view the tables (like select statement in Postgres) to check whether my data is successfully insert

Help regarding Login form in client side (front end) in Django.

2008-10-30 Thread sadeesh Arumugam
Hi Friends, I want to create a login form in client side, anybody please send me the Sample login page for the client side coding.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to th

Help regarding Login form in Django

2008-10-30 Thread sadeesh Arumugam
Hi Friends, Anybody please send me a sample login form in django. --~--~-~--~~~---~--~~ 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 unsubscrib