Click here to Skip to main content
15,868,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Everyone!
I recently started with Django and I found a project on GitHub and I downloaded it and started working on it but it was created with Django version 1.4.2 is there any way to upgrade the whole project in the new version of Django 3.0, or do I need to do it manually by editing the files. Because I get errors when I try to make migrations or run server. I don't wanna install the version the project was created.
Thank you for your time.

What I have tried:

I have tried to modify the files manually but not success
Posted
Updated 18-Apr-20 11:11am

1 solution

Django 1.4 release last term support ended with october 2015. See: Download Django | Django[^]

You have to update your code accrodingly to the current version of Django installed on your OS.

Quote:
I have tried to modify the files manually but not success

You have to know that such of statement is NOT descriptive at all!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900