Skip to content

thottanjohn/django-guyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-guyz

Description

Simple Django application to login and register users.

Prerequisites

  1. python 3 - https://w3path.com/install-python-3-on-ubuntu-mac-or-windows/
  2. pip or pip3 - https://www.activestate.com/resources/quick-reads/how-to-install-and-use-pip3/

Features

Backend - Django with sqlite database UI - Django Template Language

How to start

  1. Open a terminal
  2. Create a virtual env - python3 -m venv {envname} . eg:python3 -m venv djangenv
  3. Activate virtual Environment - source djangenv/bin/activate
  4. pip3 install -r requirements.txt
  5. python manage.py makemigrations
  6. python manage.py migrate
  7. python manage.py runserver
  8. Microservice will be running at port 8000 by default

Helpful Django Commands

  1. Create SuperUser - python manage.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors