Skip to content

iamjatinyadav/instagram_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram_clone

Instagram_clone

  • Free software: BSD license

Requirements

  • Django 3.1+
  • Python 3.8

Installation

  1. Clone the git repository.

  2. Create a production.py file in Instagram_clone/Instagram_clone/Instagram_clone/settings by copying what's in the production_example.py
    • Fill database details in the file you just created
    • Add the site admins in the ADMINS variable
    • Add server host in ALLOWED_HOSTS
  3. Install all third party packages by running:

    $ pip install -r requirements/development.txt
    
  4. Apply migrations:

    $ python manage.py migrate
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published