Coder Social home page Coder Social logo

iamfoysal / studio-dynamic Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 2.0 25.41 MB

Choose from a curated selection of non copyrighted photos. Every image can be used for free for both commercial and personal uses.

Home Page: https://pstudio.pythonanywhere.com/

License: MIT License

Python 5.98% HTML 10.54% CSS 45.13% JavaScript 38.35%
python django-framework mysql-database javascript sqllite-database bootstrap5 css html5

studio-dynamic's Introduction

copyright-free-pstudio


Choose from a curated selection of non copyrighted photos . Every image can be used for free for both commercial and personal uses.

You can clone this project. Follow the steps below to get output.

First clone this file.then follow next step

Installing virtualenv

virtualenv is used to manage Python packages for different projects. Using virtualenv allows you to avoid installing Python packages globally which could break system tools or other projects. You can install virtualenv using pip.

Unix/macOS
python3 -m pip install --user virtualenv    
windows
py -m pip install --user virtualenv 

Creating a virtual environmen

Unix/macOS
python3 -m venv env    
windows
 py -m venv env 

Activating a virtual environment

Unix/macOS
source env/bin/activate
windows
.\env\Scripts\activate 

install requirements.txt

Unix/macOS
python3 -m pip install -r requirements.txt 
windows
pip install -r requirements.txt 

Run server

py manage.py runserver 

localhost:

http://127.0.0.1:8000/   

You need to login to enjoy the whole project. You will get full access using your user ID and password.

userid:
  admin
password:
  admin

studio-dynamic's People

Contributors

biprajit-karmakar avatar forhadredoy avatar iamfoysal avatar sakhawatjony avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.