DEV Community

How I Built a Resume Builder with Django and Fauna

Chukslord on April 02, 2021

Authored in connection with the Write With Fauna program. For some time now, I have been learning about Fauna and exploring its serverless databas...
Collapse
 
vindceaw profile image
vindceaw

Hi. for def login(request), is there any error in the below?

except: try again!", "danger")
return re
messages.add_message(request, messages.INFO,"You have supplied invalid login credentials!”, pleasedirect("App:login")
return render(request,"login.html")

i was trying out but kept having error

Collapse
 
chukslord1 profile image
Chukslord

Thanks for the correction. I have updated the code .

Collapse
 
nitinsaini18 profile image
NitinSaini18 • Edited

Hi. This issue is not solved yet. please check it again. I have also tried this project from GitHub also but the same issue I faced. I traced it but not able to find any error. During register time it is registering very well stored data on the database also. but while login it is not picking my user name. please check it out from your side.

Thread Thread
 
chukslord1 profile image
Chukslord

Hello, I have made sure to check the python code properly. Please also make sure you are passing the data correctly from your HTML pages to your views. You can check the github repo here github.com/Chukslord1/FAUNA_RESUME... and the live link here faunaresumebuilder.larridscare.com... if there's an issue on it similar to the one your experiencing.

Collapse
 
garg573 profile image
Gaurav Garg

Can we connect mysql db instead of faundaDB, If yes then please guide me how can we do that .

Collapse
 
chukslord1 profile image
Chukslord

contact me on twitter @LordChuks3

Collapse
 
tlcpack profile image
Taylor Cooke

Is Fauna required for this? Could you run this with a standard django db? or something like postgres?

Collapse
 
chukslord1 profile image
Chukslord

Yes you can build the resume builder with a regular database

Collapse
 
mohd_adil_3bf4f287221548a profile image
Mohd Adil

app module not found

Collapse
 
mohd_adil_3bf4f287221548a profile image
Mohd Adil

seee

Collapse
 
yokeyokesh profile image
YOKEYOKESH

hi , demo link is not working , its showing account suspended, please re fix it.