On Sat, 22 Feb 2020 at 23:28:25, Frédéric Mangano-Tarumi wrote: > Lukas Fleischer [2020-02-22 22:43:31 +0100] > > > +5) Create a new MySQL database and a user and import the aurweb SQL > > > schema: > > > + > > > + $ python -m aurweb.initdb > > > + > > > > I noticed that this step is slightly confusing: the command must be > > executed from the aurweb/ subdirectory, not the top-level directory of > > the project. > > Could you please try running `python -m aurweb.initdb --help` from the > top-level directory, then in the aurweb subdirectory? In a vanilla > setup, only the former works for me.
You are right. I guess I was confused by nested subdirectories with the same name. Sorry for the noise.
