Giter Site home page Giter Site logo

Comments (3)

aellerton avatar aellerton commented on August 16, 2024

Windows doesn't have make by default, so this is to be expected. (You could
use nmake or cygwin but installing them just for this is arguably not the
best use of time.)

Read the Makefile and just run the commands directly. I use make only
because it's convenient for me but you don't have to.
On 1 Aug 2015 4:02 pm, "jimmynos" [email protected] wrote:

$ make configure # Builds a seed.sql that can be used in make rebuild
$ make rebuild # A bit better than python manage.py syncdb
$ make run # The same as python manage.py runserver

Im using windows


Reply to this email directly or view it on GitHub
#13.

from demo-allauth-bootstrap.

aellerton avatar aellerton commented on August 16, 2024

Is sqlite installed?

Try "which sqlite3" and see if you get "not found".

If so, install it:

https://iqbalnaved.wordpress.com/2014/07/10/how-to-install-sqlite-3-8-2-on-ubuntu-14-04-and-commands-for-creating-database-and-tables/

sudo apt-get install sqlite3

On 10 June 2016 at 03:45, Tatoo988 [email protected] wrote:

sqlite3 db.sqlite3 < seed.sql
/bin/sh: 1: sqlite3: not found
Makefile:17: recipe for target 'initdb' failed
make: *** [initdb] Error 127

make rebuild not working in Ubuntu too. I'm Using ubuntu 15.04


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#13 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AA7EoodqxjOeNnCFHpvlTrXiJjr8bLk8ks5qKG1IgaJpZM4Fj6rL
.

from demo-allauth-bootstrap.

aellerton avatar aellerton commented on August 16, 2024

Assuming this is all fine.

from demo-allauth-bootstrap.

Related Issues (17)

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.