Code Monkey home page Code Monkey logo

Comments (5)

AndreaCrotti avatar AndreaCrotti commented on July 3, 2024

Another related thing, there is no need for
git rm -r --cached superlists/pycache
if you add the pycache directory to the .gitignore before doing a "git add ." I think

from book-tdd-web-dev-python.

hjwp avatar hjwp commented on July 3, 2024

Make sure you're using django from the 1.7.x branch on gh? It adds db.sqlite3 by default when you do a startproject. --Sent from my BlackBerry. That's right, a phone with a real keyboard. Forget this decade, I'm off back to the naughties.Harry | 07887702511 | @hjwp From: Andrea CrottiSent: Saturday, 31 May 2014 09:09To: hjwp/Book-TDD-Web-Dev-PythonReply To: hjwp/Book-TDD-Web-Dev-PythonSubject: [Book-TDD-Web-Dev-Python] db.sqlite3 not there (#17)Following the instructions in chapter one you say we can ignore db.sqlite3.
However you never did a syncdb before so the file does not exist unless I missed it, so it might confuse someone to not find a file which should be there..

—Reply to this email directly or view it on GitHub.

from book-tdd-web-dev-python.

AndreaCrotti avatar AndreaCrotti commented on July 3, 2024

Ah ok yes I'm using 1.6.5, and the command
pip install django==1.7

still does not work.. Maybe that might scare people a bit also because you say to not use virtualenv, so they should replace the system django installed with a beta.
I can install 1.7 of course but what are the things that don't work in 1.6 in the book?

from book-tdd-web-dev-python.

hjwp avatar hjwp commented on July 3, 2024

Mostly migrations, so lots of things in chaps 5+6... --Sent from my BlackBerry. That's right, a phone with a real keyboard. Forget this decade, I'm off back to the naughties.Harry | 07887702511 | @hjwp From: Andrea CrottiSent: Saturday, 31 May 2014 09:30To: hjwp/Book-TDD-Web-Dev-PythonReply To: hjwp/Book-TDD-Web-Dev-PythonCc: Harry PercivalSubject: Re: [Book-TDD-Web-Dev-Python] db.sqlite3 not there (#17)Ah ok yes I'm using 1.6.5, and the command
pip install django==1.7

still does not work.. Maybe that might scare people a bit also because you say to not use virtualenv, so they should replace the system django installed with a beta.
I can install 1.7 of course but what are the things that don't work in 1.6 in the book?

—Reply to this email directly or view it on GitHub.

from book-tdd-web-dev-python.

hjwp avatar hjwp commented on July 3, 2024

also, it's the python3 system django we're replacing, so people have been pretty happy to change it, so far. anyone that knows what they're doing is welcome to use a virtualenv. i say something about it in the pre-reqs...

from book-tdd-web-dev-python.

Related Issues (20)

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.