Skip to content

harbor05/project_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project_Django

Production server Live here
Development server Live here


Table of Contents


Meta Information

  • Django
  • Stack
    • Django Rest Framework
  • Auth
    • Google OAuth

Features

  • Django Init

Project Structure

├── .venv
├── website/
│   └── settings/
└──

Getting Started

Starting Command

# Start venv
source .venv/bin/activate

# End venv
deactivate

# Setup requirements
pip install -r requirements.txt

# Local server
python manage.py runserver --settings=website.settings.development

# Production
python manage.py runserver --settings=website.settings.production

Known Issues

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages