Skip to content

KavenC/Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Requirement

Python 3.4.3
pip

Installation

  1. Create virtualenv
    ./Assembly$ python3 -m venv env
  2. activate env
    ./Assembly$ source env/bin/activate
  3. install packages
    (env)./Assembly$ pip install -r requirement.txt
  4. Run webserver
    (env)./Assembly$ cd assembly
    (env)./Assembly/assembly$ ./manage.py runserver
  5. Browser goto http://localhost:8080/admin/ for admin panel.

References

https://djangogirlstaipei.gitbooks.io/django-girls-taipei-tutorial/content/django/introduction.html
http://www.revsys.com/blog/2014/nov/21/recommended-django-project-layout/

About

LFG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages