Skip to content

apoorvanand/django-sampleapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

CRUD made in Django, as an example for minicourse of introduction to Web development with Django.

Quick Start

1. View the clone of the project on your machine

git clone <link_do_projeto>

2. Create a virtual environment

python -m venv venv

3. Activate or virtual environment

source venv/bin/activate

4. Install the dependencies

pip install -r requirements.txt

5. Migrate Data model or create

python manage.py migrate

6. Create Super User

python manage.py createsuperuser

7. Start Server

python manage.py runserver

8. Access Admin

http://localhost:8000/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published