epicserve / django-base-site

The Django Base Site is a Django site that is built using the best Django practices and comes with all the common Django packages that you need to jumpstart your next project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/main/? in bash <(curl -s https://raw.githubusercontent.com/epicserve/django-base-site/main/scripts/start_new_project)

hanshendrickx opened this issue · comments

I cloned the git; Running the bash:
C:\Users*****\docker\django-base-site>cd main
The system cannot find the path specified.

Maybe the project's tree has changed?

Hi @hanshendrickx ,

I'm not supporting Windows at this time since I don't have a Windows machine for testing. You could try the manual method of getting it up and running, but keep in mind this project is mainly designed to run under Docker and Docker Compose for development.

See also #667