Skip to content

douarime/ProtoExt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to begin 

Aptana Stuio 

File - Import - Git Repository 
	URI	 :  https://github.com/certae/ProtoExt
	HOME : 
	

Python Config > 2.6 


Set ExtJS  ( ver 4.13   )

settings.py 

STATICFILES_DIRS = (
    PPATH + '/static',
    '/u/data/ExtJs/ext-4.13-gpl',		#  Linux 
    'D:/data/ExtJs/ext-4.13-gpl',		#  Windows 
)
	 

Debug Configuration / Run Configuration 

Python Run ( Icon New )

       Name :  ProtoExt
       Project : protoExt
       Main:  manage.py 

       Arguments 
       Prog Arguments :  runserver --noreload 
       

Open chrome or firefox 
http://127.0.0.1:8000/protoExt

About

Django - Extjs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.9%
  • JavaScript 35.9%
  • CSS 3.1%
  • Shell 0.1%