Skip to content

kfwojton/stable_django_project

Repository files navigation

stable_django_project

To Run this project follow these instructions:

git clone git@github.com:kfwojton/stable_django_project.git
cd stable_django_project
virtualenv myenv Note: Project is in Python3 so use -v Python3 flag with this command --> virtualenv myenv -p python3
virtualenv myenv/bin/activate

source myenv/bin/activate
pip install -r requirements.txt
python manage.py collectstatic
python mange.py runserver

git checkout -b 'MY_BRANCH'
git status
git add .
git commit -m 'MY_COMMIT_NAME'
git push MY_BRANCH origin

About

This is a stable base django project, test to work in remote servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •