Two failed django application records and failed django application records

Source: Internet
Author: User

Two failed django application records and failed django application records

Sharing the process of solving the problem is valuable, but I did not solve it at last. I just came to two possible conclusions.

First question:

I found a django application called simple-blog on github and wanted to add it to my project.

Python setup. py install is successful

Added this entry in urls. py.

Url (R' ^ blog/', include ('django _ simpleblog. urls. entries ')),

Error in accessing 127.0.0.1/blog

No modul named defaults

The new version of django has been changed and deleted, so the file modification continues and an error is reported, no module named models,

After changing the location to db. models, an error is reported in python's own py... deadlocked... abandoned...

 

Conclusion: This application should not be updated for a long time, and the new django version must support a little effort.


Problem 2: Installing http://git.oschina.net/liufeily/sadmin

As a backend user, it is easy to see the Introduction. A python manage. py syncdb reports an error.

It seems that you want to connect to the MYSQL database. I have not installed it...


Conclusion: It is still necessary to install mysql, and it should not rely solely on sqlite3.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.