Skip to content
/ project_template Public template

Template for a new project build on Django(mini)

License

Notifications You must be signed in to change notification settings

djangomini/project_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for a new project build on Django(mini)

When you start work on new project that based on Django(mini) - please add this repostory as one of parent repositories for your project. It will help you to fetch new updates from this repository to keep your project up-to-date at any time.

Everyday we make improvements and bug fixes to this repository. Also we upgrade to new version of libraries (like Bootstrap, jQuery). You don't need to migrate your project manually, by looking the diff between older and newer versions. All what you need to do - run only one commnd to fetch new changes from this repository and apply on top of your project.

Stay tuned. We will publich updates soon.

Quick Start

# Clone your project repository.
git clone [email protected]:...
# Or create new project configure it with your new git repository.
mkdir myproject && cd myproject && git init
git remote add origin [email protected]:...

# Add djangomini template for your project.
# it allows to update project template files later
git remote add project_template [email protected]:djangomini/project_template.git
git remote set-url project_template --push "You can't push to djangomini"

# Get initial project structure.
git remote update
git fetch --all
git pull project_template master

# When you make changes and need to push code to your repository.
git push -u origin master

About

Template for a new project build on Django(mini)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages