Skip to content

Malko17/code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

To run this filen follow the following steps:

  1. Clone The code Project

    git clone [email protected]:Malko17/code.git
    cd code
    
  2. Setup Environment

    python3 -m venv mvenv
    
    pip install django
    
  3. activate the virtual environment

    source mvenv/bin/activate
    
  4. switch to the ablog directory

    cd ablog
    
  5. Run Server

    python manage.py runserver
    
  6. View Project Open your web browser and navigate to http://127.0.0.1:8000/

Remember to replace mvenv with your actual virtual environment name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published