Skip to content

jmushtaq/vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue

Creates a base Django Project

  • App call baseapp
  • no models
  • simple IndexView in baseapp/views.py
  • simple index.html in baseapp/templates/index.html

mkdir /var/www/vue virtualenv venv git clone https://github.com/jmushtaq/vue.git . pip install -r requirements (installs Django 1.11)

git config user.name "jmushtaq" git config user.email "[email protected]" git config remote.origin.url https://[email protected]/jmushtaq/vue.git

./manage runserver 0.0.0.0:8000

Goto http://localhost:8000/baseapp, should see "Base Django Application"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published