Skip to content

basic configuration (boilerplate) for django and vuetify to work together

Notifications You must be signed in to change notification settings

PakawiNz/django-vuetify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djangovuetify

basic configuration (boilerplate) for django and vuetify to work together

  • Please add these files to make the backend side work.

    • create ".env" from "example.env" and specify replace value
  • Windows Installation.

    • pip install -r requirements/base.txt
    • cd vue
    • npm install
  • Windows Running.

    • python manage.py runrserver
    • cd vue
    • npm run serve
  • Docker Installation.

    • sudo docker build . -f compose/Dockerfile-base -t ubuntu-python3
    • sudo docker build . -f compose/Dockerfile-main -t djangovuetify
    • sudo chmod 777 compose/uwsgi.sock
    • sudo docker-compose up -d
    • sudo docker-compose run uwsgi python3 manage.py migrate
    • sudo docker-compose run uwsgi python3 manage.py createsuperuser

About

basic configuration (boilerplate) for django and vuetify to work together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •