bbennitt / IPRO_Book_Exchange

0 stars 1 forks source link

Clone add_django branch #36

Open Guz-Ali opened 1 year ago

Guz-Ali commented 1 year ago

Description: Clone add_django branch and make sure the minimal code runs.

Acceptance Criteria:

Guz-Ali commented 1 year ago

I'm having an issue with running the code. Previously had an issue with pip install mysqlclient. Now I'm getting "improperly configured: error loading mysqldb module"

Guz-Ali commented 1 year ago

Pulled recent changes, what extension are we using for matplotlib?

Guz-Ali commented 1 year ago

Figured out the configure problem, now I need to reset mysql

Guz-Ali commented 1 year ago

Here are some tips if you face a similar problem. Basically in some versions of mysql, the server uses the root password in order to access databases. As a tip, create your database with the password you are going to use for the database. (you can find the password in django files, setting.py)