Skip to content

anushkatiwariji/PredicHub-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PredicHub

Prerequisites

Be sure you have the following installed on your development machine:

1. git
2. python >= 3.10.x
3. pip >= 22.2.x
4. virtualenv >= 20.16.3

Setup

Clone the repository:

git clone https://github.com/adityanithariya/PredicHub.git
cd PredicHub

Create a virtual environment and activate it:

virtualenv env
.\env\Scripts\activate

Then install the dependencies:

pip install -r requirements.txt

Once pip has finished installing dependencies, you're ready to go!

Initialising and Starting the Development Server

Run makemigrations and migrate for making all the required tables in the database:

python manage.py makemigrations
python manage.py migrate

Run the django development server using manage.py:

python manage.py runserver

Congrats, you have successfully run the development server!
Now navigate here for the website.

Admin Panel

Create a superuser:

python manage.py createsuperuser

Enter username and password of created superuser here to log into admin panel, where you can manage the database.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%