Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Django Registration Form

This Django project implements a simple registration form.

Prerequisites

Make sure you have the following installed before proceeding:

  • Python (3.6 or higher)
  • Django

Installation

**Clone the Repository**
git clone https://github.com/GuitarGeekCoder/registration.git
cd registration

Create a Virtual Environment

Choose your preferred virtual environment tool (venv, virtualenv, or conda).

Using venv

python -m venv venv

Activate venv (Windows)

venv\Scripts\activate

Activate venv (macOS/Linux)

source venv/bin/activate

Install Dependencies

pip install -r requirements.txt

Apply Migrations

python manage.py migrate

Create Superuser (Optional)

If you want to access the Django admin panel:

python manage.py createsuperuser

Run the Development Server

python manage.py runserver

Visit http://localhost:8000/ in your web browser to view the registration form.

Usage

Open your web browser and navigate to http://localhost:8000/.
Fill out the registration form.

Contributing

Feel free to contribute by opening issues or pull requests.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages