Adil Mohak
Adil Mohak
The error may occur while installing psycopg2 on a Linux-based system such as Ubuntu. To resolve this error, install PostgreSQL development packages. ``` sudo apt install libpq-dev ``` Re-try Installation:...
Hey @saimahendra282, The students and lecturers receive their credentials through email so you need to configure your SMTP to add students and lecturers. Make sure you updated your code base...
We don't need psycopg2 anymore
Hello, To add and delete courses, you just need to log in as a student and navigate to the add and drop page (`/programs/course/registration/`) The list of students who are...
Hello @usmanharun1738, We'll look in to it, thanks for the suggestion.
Having this feature will significantly reduce the time required to populate data for testing. We can create Django management commands to populate dummy data. Please feel free to create a...
@heyeanne34 Hello, I know this is a late reply but if you are still facing this error I want to let you know that this has been resolved.
Hi, we're now using psycopg2 instead of psycopg-binary on both development and production environment
Can you provide a link related to the deprecation of psycopg2
Best feature to have and we'll add this to our TODO list.