Skip to content

v-i-s-h-n-u-ps/fyp_be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Backend

Backend server

Contributors

  • Narvitaa Surendran

Django-admin superuser

Key Value
Email admin@gmail.com
Password admin

Setup

  • virtualenv venv -p python3

  • source ./venv/bin/activate

  • pip3 install -r requirements.txt

  • python manage.py makemigrations --settings=fyp_be.settings

  • python manage.py migrate --settings=fyp_be.settings

  • python manage.py runserver --settings=fyp_be.settings 8080

  • python manage.py runserver --settings=fyp_be.settings 8080 --insecure

  • python manage.py runserver --settings=fyp_be.settings --> when on server

  • python manage.py runserver --settings=fyp_be.settings 0.0.0.0:8080 --insecure

  • python manage.py runsslserver --certificate /etc/letsencrypt/live/wiztech.co.in/fullchain.pem --key /etc/letsencrypt/live/wiztech.co.in/privkey.pem --settings=wiztute.settings 0.0.0.0:8080

  • chmod +x start.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages