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
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
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
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
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
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
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
7 matches
Mail list logo