简体   繁体   中英

Run Django Project on other system

I have developed a student website using django which includes a database(MySQL), so now I want to run this django project in another system, so how can I run this django project in another system including the database(that is MySQL)

You can make a backup of the database and copy it to the other system. Then you can create a requirements.txt file to get the dependencies, or you just try to run the project and look which packages are missing. The last thing you have to do is that you may change some paths to different files, you added in your Project. This might also help you. Hope I could help you!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM