Skip to content

dataeater9/Railway_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Railway Django - Local Train Ticket Reservation System

Overview

Railway Django is a local train ticket reservation system built using the Django framework in Python. Simplify your train travel experience with this efficient and user-friendly application.

Features

  • User Authentication: Secure login and registration.
  • Ticket Booking: Easily reserve train tickets.
  • Profile Management: Manage your user profile details.
  • Admin Panel: Admin interface for system management.

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/Railway_Django.git
  2. Set up the Django environment:

    cd Railway_Django
    pip install -r requirements.txt
  3. Apply migrations and create a superuser:

    python manage.py migrate
    python manage.py createsuperuser
  4. Run the development server:

    python manage.py runserver
  5. Access the application at http://localhost:8000 and the admin panel at http://localhost:8000/admin.

Contributors