Sudha,
You may want to have a look
at https://docs.djangoproject.com/en/2.1/ref/contrib/admin/
On Thursday, 27 September 2018 16:42:33 UTC+5:30, Sudha Mohan wrote:
>
>
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this
Prajesh,
Please provide complete context of the issue you are facing.
Assuming you are getting 404 HTTP ( "GET /favicon.ico HTTP/1.1" 404 - )
error code :
Could you check value of STATIC_URL in settings.py ?
Also please post the code (if possible) related to how are you referring to
the favic
Did you check the documentation at
https://docs.djangoproject.com/en/2.1/topics/auth/customizing/#substituting-a-custom-user-model
?
On Thursday, 27 September 2018 05:05:39 UTC+5:30, Elton Oliveira wrote:
>
> Hello guys, I'm having two difficulties and I wonder if anyone can help
> me, first I
Hi Rakhee,
Two possible reasons for this error :
A) ODBC driver is not installed
B) The driver requires a Data Source Name to be configured
You can refer these links for more explanation :
https://communities.actian.com/s/article/Data-source-name-not-found-and-no-default-driver-spe
Hi Rakhee,
Could you try following ? :
icatid = models.BigIntegerField(db_column='ICatID') makedate =
models.DateTimeField(db_column='MakeDate') revdate =
models.DateTimeField(db_column='RevDate', blank=True, null=True) makeid =
models.BigAutoField(db_column='MakeId') class Meta: unique_togeth
in the code
parent = ForeignKey(
> 'customers.Zone',
> on_delete=models.CASCADE, related_name="'zone's", null=True,
> related_name='children'
> )
key `related_name` is repeated
On Wednesday, 7 November 2018 20:20:46 UTC+5:30, Dennis Alabi wrote:
>
>
> django.setup()
>
Could you also share yourjs file please ?
On Saturday, 10 November 2018 19:26:22 UTC+5:30, Han Joe wrote:
>
> I want to use the django with vue, but there is an error"Uncaught
> SyntaxError: Unexpected token <"
> So I make a test. I make a index.html and a test.js.This is my directory
>
> [image
Please share js file
On Saturday, 10 November 2018 19:26:22 UTC+5:30, Han Joe wrote:
>
> I want to use the django with vue, but there is an error"Uncaught
> SyntaxError: Unexpected token <"
> So I make a test. I make a index.html and a test.js.This is my directory
>
> [image: 1.png]
>
> The inde
8 matches
Mail list logo