Skip to content

Python script able to create an improved skeleton of a Django application

Notifications You must be signed in to change notification settings

diogolmenezes/django-new-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNA (django-new-app)

python script able to create an improved skeleton of a Django application

##features

  • creates virtualenv or virtualenvwrapper environments
  • install newer django
  • creates django project and django application (core)
  • creates requirementes.txt file
  • creates git repository and makes the first commit
  • creates .gitignore file with *.pyc and .DS_STORE
  • converts the tests.py file to a python module
  • creates media, static and templates{js,css,img} folders

##requirements

  • python 2.7+
  • virtualenv or virtualenvwrapper

##installation and run

  • clone this repository
  • run on virtualenvwrapper
    • python dna.py myProject -w
  • run on virtual env
    • python dna.py myProject
  • have fun :)

##Help me to improve dna

  • include support for others versions of django, passing parameters, something like (python dna.py myProject -w -d1.5.1)

About

Python script able to create an improved skeleton of a Django application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages