Skip to content

Ambujku/Car-Review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car-Review

A webapp for car review

This will help you to creat the required environment for django project: Install Django on Windows:

  1. Install python https://www.python.org/downloads/windows. then select version and download.
  2. After installation go to python27 (for python 2.7) copy its address and paste it to environment variable.
  3. For pip: Copy the address of Scripts and paste it to environment variable simultaneously. e.g: C:\Python27;C:\Python27\Script

In your Command prompt (CMD) 4. pip install virtualenv (install virtual environment) 5. Go to home and create a folder of any name (i.e. in C drive) and enter into that. 6. Create virtualenvironment e.g: virtualenv env1 7. Activate it: .\env\Scripts\activate 8. Create a folder Django and install it using pip install django 9. Create the project (django-admin createproject).

#The code is having lack of maintenance

About

A webapp for car review

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors