Coder Social home page Coder Social logo

qinyanjuidavid / registrations Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 10 KB

simple registeration system with django custome user model users can login logout register change thier passwords and reset passwords also

Python 79.09% HTML 20.91%

registrations's Introduction

Project Title

Django Registeration System With Custom User Model

#custom User Model USERNAME and EMAIL both are required fields FIRST_NAME and LAST_NAME are optional fields LOGIN with USERNAME or EMAIL

Getting Started

git must be installed in your system

open terminal paste the command below and press enter

git clone https://github.com/BakrFrag/Django-Registeration-System-Custom-User-Model.git

Prerequisites

computer with operating system

python interpeter installed on it

prefered to use python 3.6 or higher version py_interperter>=3.6

Installing

python interperter must be installed

open your terminal

1.install pipenv package-manager with command pip install pipenv 2.install djnago with command

pip install django

then navigate to your terminal with command

cd path_to_project_on_local_machine

then run

pipenv install

or run

pipenv install -r requirements.txt

Running the project

1.active pipenv by command

 pipenv shell
  1. navigate to usermodel
cd usermodel
  1. run following commands in order
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
python manage.py runserver

Attenation

in settings.py file put you own email on EMAIL_HOST_USER put you own password on EMAIL_HOST_PASSWORD the configrations used in the project not suitable for real world DEPLOYMENT it's only used in DEVELOPMENT MODE not PRODUCTION MODE

Third-Party Applications Used

Build With

  • python - The web framework used
  • Django - The web framework used
  • Bootstrap - The Front End Framework Used

registrations's People

Contributors

bakrfrag avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.