Skip to content

pythonl1/psd-file-uploader-and-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

A basic psd file uploader and parser

Using Django 1.8 and psd-tools-1.2

First ensure you have Django 1.8 and python 3.4 installed. Add psd-tools-1.2 modules using pip. Then:

Enter the myproject directory via terminal/command prompt/shell then enter:

$ python manage.py migrate

$ python manage.py runserver

Development server is started at >http://127.0.0.1:8000/

Releases

No releases published

Packages

No packages published