Hello django users is there a way i can run django-admin separately from
the main site like separate instances..any help will be appreciated
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving
Try using pymysql... Add the following in your project root __init__.py ie.
`import pymysql
pymysql.version_info = (1, 3, 13, "final", 0)
pymysql. install_as_MySQLdb() `
On Sun, Mar 1, 2020, 07:34 karthik s wrote:
> Hi cam,
> well I solved same problem by removing virtual environment and
> rein
27;
>
> If you want to get even fancier you can also use the sites module support
> to define two different sites and set the SITE_ID in each setting file too.
> Although you probably don't need that.
>
> On Sat, Feb 29, 2020 at 6:58 PM Agumba wrote:
>
>> Hello django us
3 matches
Mail list logo