Case insensitive tags in Gatsby
How to create case insensitive tags in Gatsby.
Removing base from Terminal
'21 Feb 05 — conda
By default, auto_activate_base is set to True when installing anaconda. To check this, run: To set it False and vice-versa. Note, if…
Test CSV Upload in Django with Logged In User
'20 Sep 25 — django
How to solve the error `Cannot assign "<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff1f6b868b0>>": "InputCsv.uploaded_by" must be a "CustomUser" instance.`
Reading uploaded CSV in Pandas using Django
Open user-uploaded CSV in Pandas using Django.
How to specify Python version of project using PyEnv and Pipenv
'20 Sep 03 — django
Title is self-explanatory.
Pipenv environment variable LANG is not set!
'20 Sep 03 — python
When running pipenv install this error would pop up: My terminal is still on bash, so I had to edit the bash_profile file: Next is to…