Code Monkey home page Code Monkey logo

Comments (3)

C4o avatar C4o commented on June 27, 2024

这个跟darkweb.py是分开的,这个就是个把darkweb.py入库的信息给读出来并且显示的一个django web,其实可以直接看sqlite的内容。

from chinesedarkwebcrawler.

panyhabc avatar panyhabc commented on June 27, 2024

我是想能用则用,不想自己写了,哈哈

from chinesedarkwebcrawler.

xdx3000 avatar xdx3000 commented on June 27, 2024

执行命令python manage.py runserver 127.0.0.1 8080不成功,提示错误ImportError: No module named web.settings。
在网上查找了一些解决方法,比如在wsgi.py 中添加下列语句:
path = os.path.dirname(os.path.dirname(os.path.abspath(file)))
if path not in sys.path:
sys.path.append(path)
os.environ['DJANGO_SETTINGS_MODULE'] = 'web.settings'
但还是存在该问题。

这是python2.7的问题吧。在web目录下新建一个 init.py 文件即可。

from chinesedarkwebcrawler.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.