sql >> データベース >  >> NoSQL >> MongoDB

dijangoでmongodbをインストールしてみませんか?

    多大な労力を費やした後、Dijagoを構成できます。インストールすると警告が表示されます。しかし、時々私のインストール順序が間違っているかもしれないと思います。他の人の助けになるかもしれないし、間違ったことをしたら専門家のアドバイスが欲しいので、これを投稿します。

    パッケージをインストールしています。

    (myprojec)[email protected]:~/Desktop/mongoProject/test2$ pip list
        Django (1.6.11)
        django-dbindexer (1.6.1)
        django-mongodb-engine (0.6.0)
        djangotoolbox (1.8.0)
        pip (7.1.2)
        pymongo (3.0.3)
        setuptools (18.2)
        wheel (0.24.0)
    

    Ubuntuターミナルコード

        [email protected]:~/Desktop/mongoProject$ ls -l
    total 0
    
    [email protected]:~/Desktop/mongoProject$ pip install virtualenv
    Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/dist-packages
    Cleaning up...
    
    [email protected]:~/Desktop/mongoProject$ virtualenv myprojec
    New python executable in myprojec/bin/python
    Installing setuptools, pip, wheel...done.
    
    [email protected]:~/Desktop/mongoProject$ source myprojec/bin/activate
    
    (myprojec)[email protected]:~/Desktop/mongoProject$ 
    (myprojec)[email protected]:~/Desktop/mongoProject$ pip install https://github.com/django-nonrel/django/tarball/nonrel-1.6
    Collecting https://github.com/django-nonrel/django/tarball/nonrel-1.6
    
    /home/umayanga/Desktop/mongoProject/myprojec/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
      InsecurePlatformWarning
    /home/umayanga/Desktop/mongoProject/myprojec/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
      InsecurePlatformWarning
      Downloading https://github.com/django-nonrel/django/tarball/nonrel-1.6
         | 6.7MB 1.9MB/s
    Building wheels for collected packages: Django
      Running setup.py bdist_wheel for Django
      Stored in directory: /home/umayanga/.cache/pip/wheels/89/cd/89/64475e53eef52b22b711705322a36352f2f979fdcef0e39e8a
    Successfully built Django
    Installing collected packages: Django
    Successfully installed Django-1.6.11
    
    
    (myprojec)[email protected]:~/Desktop/mongoProject$ ls -l
    total 4
    drwxrwxr-x 6 umayanga umayanga 4096 Oct 10 15:26 myprojec
    
    (myprojec)[email protected]:~/Desktop/mongoProject$ 
    (myprojec)[email protected]:~/Desktop/mongoProject$ 
    (myprojec)[email protected]:~/Desktop/mongoProject$ cd myprojec/
    (myprojec)[email protected]:~/Desktop/mongoProject/myprojec$ 
    (myprojec)[email protected]:~/Desktop/mongoProject/myprojec$ ls -l
    total 20
    drwxrwxr-x 2 umayanga umayanga 4096 Oct 10 15:26 bin
    drwxrwxr-x 2 umayanga umayanga 4096 Oct 10 15:25 include
    drwxrwxr-x 3 umayanga umayanga 4096 Oct 10 15:25 lib
    drwxrwxr-x 2 umayanga umayanga 4096 Oct 10 15:25 local
    -rw-rw-r-- 1 umayanga umayanga   60 Oct 10 15:26 pip-selfcheck.json
    
    (myprojec)[email protected]:~/Desktop/mongoProject/myprojec$ (myprojec)[email protected]:~/Desktop/mongoProject/myprojec$ cd ..
    
    (myprojec)[email protected]:~/Desktop/mongoProject$ pip install pymongo
    Collecting pymongo
    
    /home/umayanga/Desktop/mongoProject/myprojec/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
      InsecurePlatformWarning
    Installing collected packages: pymongo
    Successfully installed pymongo-3.0.3
    
    (myprojec)[email protected]:~/Desktop/mongoProject$ sudo pip install git+https://github.com/django-nonrel/djangotoolbox
    Downloading/unpacking git+https://github.com/django-nonrel/djangotoolbox
      Cloning https://github.com/django-nonrel/djangotoolbox to /tmp/pip-Lloitv-build
      Running setup.py (path:/tmp/pip-Lloitv-build/setup.py) egg_info for package from git+https://github.com/django-nonrel/djangotoolbox
    
      Requirement already satisfied (use --upgrade to upgrade): djangotoolbox==1.8.0 from git+https://github.com/django-nonrel/djangotoolbox in /usr/local/lib/python2.7/dist-packages
    Cleaning up...
    
    
    (myprojec)[email protected]:~/Desktop/mongoProject$ pip install django-dbindexer
    
    Collecting django-dbindexer
    /home/umayanga/Desktop/mongoProject/myprojec/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
      InsecurePlatformWarning
      Downloading django-dbindexer-1.6.1.tar.gz
    Building wheels for collected packages: django-dbindexer
      Running setup.py bdist_wheel for django-dbindexer
      Stored in directory: /home/umayanga/.cache/pip/wheels/09/2f/ea/01d26e4ffc98cd2ed54b92f31a82aecccb8e7b5c9e3b28a8ca
    Successfully built django-dbindexer
    Installing collected packages: django-dbindexer
    Successfully installed django-dbindexer-1.6.1
    
    
    (myprojec)[email protected]:~/Desktop/mongoProject$ 
    (myprojec)[email protected]:~/Desktop/mongoProject$ pip install git+https://github.com/django-nonrel/djangotoolbox
    
    Collecting git+https://github.com/django-nonrel/djangotoolbox
      Cloning https://github.com/django-nonrel/djangotoolbox to /tmp/pip-2AUZTq-build
    Installing collected packages: djangotoolbox
      Running setup.py install for djangotoolbox
    Successfully installed djangotoolbox-1.8.0
    
    (myprojec)[email protected]:~/Desktop/mongoProject$ pip install git+https://github.com/django-nonrel/mongodb-engine
    Collecting git+https://github.com/django-nonrel/mongodb-engine
      Cloning https://github.com/django-nonrel/mongodb-engine to /tmp/pip-63Fwrm-build
    Requirement already satisfied (use --upgrade to upgrade): pymongo>=2.8 in ./myprojec/lib/python2.7/site-packages (from django-mongodb-engine==0.6.0)
    Requirement already satisfied (use --upgrade to upgrade): djangotoolbox>=1.6.0 in ./myprojec/lib/python2.7/site-packages (from django-mongodb-engine==0.6.0)
    Installing collected packages: django-mongodb-engine
      Running setup.py install for django-mongodb-engine
    Successfully installed django-mongodb-engine-0.6.0
    
    (myprojec)[email protected]:~/Desktop/mongoProject$ 
    (myprojec)[email protected]:~/Desktop/mongoProject$ cd myprojec
    
    (myprojec)[email protected]:~/Desktop/mongoProject/myprojec$ django-admin.py startproject myproject
    (myprojec)[email protected]:~/Desktop/mongoProject/myprojec$ ls -l
    total 24
    drwxrwxr-x 2 umayanga umayanga 4096 Oct 10 15:26 bin
    drwxrwxr-x 2 umayanga umayanga 4096 Oct 10 15:25 include
    drwxrwxr-x 3 umayanga umayanga 4096 Oct 10 15:25 lib
    drwxrwxr-x 2 umayanga umayanga 4096 Oct 10 15:25 local
    drwxrwxr-x 3 umayanga umayanga 4096 Oct 10 15:36 myproject
    -rw-rw-r-- 1 umayanga umayanga   60 Oct 10 15:26 pip-selfcheck.json
    
    (myprojec)[email protected]:~/Desktop/mongoProject/myprojec$ (myprojec)[email protected]:~/Desktop/mongoProject/myprojec$ cd myproject/
    
    (myprojec)[email protected]:~/Desktop/mongoProject/myprojec/myproject$ 
    (myprojec)[email protected]:~/Desktop/mongoProject/myprojec/myproject$ ls -l
    total 8
    -rwxrwxr-x 1 umayanga umayanga  252 Oct 10 15:36 manage.py
    drwxrwxr-x 2 umayanga umayanga 4096 Oct 10 15:36 myproject
    (myprojec)[email protected]:~/Desktop/mongoProject/myprojec/myproject$ python manage.py runserver
    Validating models...
    
    0 errors found
    October 10, 2015 - 10:06:57
    Django version 1.6.11, using settings 'myproject.settings'
    Starting development server at http://127.0.0.1:8000/
    Quit the server with CONTROL-C.
    [10/Oct/2015 10:07:03] "GET / HTTP/1.1" 200 1757
    [10/Oct/2015 10:08:42] "GET / HTTP/1.1" 200 1757
    [10/Oct/2015 10:08:48] "GET /admin HTTP/1.1" 301 0
    [10/Oct/2015 10:08:48] "GET /admin/ HTTP/1.1" 200 1865
    



    1. NodeJSの使用中にmongodbサーバーに接続できません

    2. クラウドMongoDBAtlasM0(無料利用枠)でのHibernateOGMの使用

    3. SQLの日付から月の名前を取得する

    4. Debiansqueezemongodbを使用したmongoidの奇妙な結果