Adding "SITE_ID = 1" Error

0

Someone knows how to fix this error in Django

  

You're using the Django "sites framework" without having the set   SITE_ID setting. Create a site in your database and set the SITE_ID   setting to fix this error.

    
asked by Roly Miranda Díaz 01.06.2017 в 17:13
source

1 answer

2

You have to put in the configuration file:

SITE_ID = 1

link

    
answered by 01.06.2017 / 17:44
source