Skip to content

officialtech/Django-Starters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Starters

Django starter or boilerplate

##################################### Start ####################

How to start?

1.open cmd/command prompt or terminal

2. Go inside project

cd Django-Starters

2. Activate Virtual Environment for windows

vbox\Scripts\bin\activate

2.1 Activate Virtual Environment for Linux/Mac

source vbox/bin/activate


3. Install and update packages for windows

pip install requirements.txt

3. Install and update packages for Linux/Mac

pip3 install requirements.txt

4. Run development server and check for windows

python manage.py runserver

or

py manage.py runserver

4.1 Run development server and check for Linux/Mac

python3 manage.py runserver

--------------------------- Important -------------------------------

  • Setup everything and rename .gitignore.txt to .gitignore
  • so that your sensitive data will be in your machine not publicly on Github

--------------------------- Important -------------------------------

core = project

app = application

vbox = virtualenv

About

Django starter or boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published